46 return _elgg_services()->relationshipsTable->add($guid_one, $relationship, $guid_two);
61 return _elgg_services()->relationshipsTable->check($guid_one, $relationship, $guid_two);
76 return _elgg_services()->relationshipsTable->remove($guid_one, $relationship, $guid_two);
208 $relationship_guid = null, $inverse_relationship =
false) {
209 return _elgg_services()->relationshipsTable->getEntityRelationshipWhereSql(
210 $column, $relationship, $relationship_guid, $inverse_relationship);
266 $tests[] = $CONFIG->path .
'engine/tests/ElggRelationshipTest.php';
280 $events->registerHandler(
'init',
'system',
'_elgg_relationship_init');
get_relationship($id)
Get a relationship by its ID.
add_entity_relationship($guid_one, $relationship, $guid_two)
Create a relationship between two entities.
remove_entity_relationship($guid_one, $relationship, $guid_two)
Delete a relationship between two entities.
_elgg_relationships_test($hook, $type, $tests)
Register relationship unit tests.
elgg_list_entities_from_relationship_count($options)
Returns a list of entities by relationship count.
$guid
Removes an admin notice.
elgg_register_plugin_hook_handler($hook, $type, $callback, $priority=500)
remove_entity_relationships($guid, $relationship="", $inverse_relationship=false, $type= '')
Removes all relationships originating from a particular entity.
_elgg_relationship_init()
Initialize the relationship library private.
get_entity_relationships($guid, $inverse_relationship=false)
Get all the relationships for a given GUID.
elgg_get_entity_relationship_where_sql($column, $relationship=null, $relationship_guid=null, $inverse_relationship=false)
Returns SQL appropriate for relationship joins and wheres.
check_entity_relationship($guid_one, $relationship, $guid_two)
Check if a relationship exists between two entities.
elgg global
Pointer to the global context.
delete_relationship($id)
Delete a relationship by its ID.
_elgg_services(\Elgg\Di\ServiceProvider $services=null)
Get the global service provider.
elgg_list_entities_from_relationship(array $options=array())
Returns a viewable list of entities by relationship.
elgg_list_entities(array $options=array(), $getter= 'elgg_get_entities', $viewer= 'elgg_view_entity_list')
Returns a string of rendered entities.
elgg_get_entities_from_relationship_count(array $options=array())
Gets the number of entities by a the number of entities related to them in a particular way...
elgg_get_entities_from_relationship($options)
Return entities matching a given query joining against a relationship.
if(!$collection_name) $id