Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Resource.php
»
EasyRdf_Resource
»
EasyRdf_Resource::checkHasGraph
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
26 calls to EasyRdf_Resource::checkHasGraph()
EasyRdf_Resource::add
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Add values to for a property of the resource
EasyRdf_Resource::addLiteral
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Add a literal value as a property of the resource
EasyRdf_Resource::addResource
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Add a resource as a property of the resource
EasyRdf_Resource::addType
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Add one or more rdf:type properties to the resource
EasyRdf_Resource::all
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get all values for a property
EasyRdf_Resource::allLiterals
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get all literal values for a property of the resource
EasyRdf_Resource::allResources
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get all resources for a property of the resource
EasyRdf_Resource::count
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Count the number of values for a property of a resource
EasyRdf_Resource::delete
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Delete a property (or optionally just a specific value)
EasyRdf_Resource::dump
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Return a human readable view of the resource and its properties
EasyRdf_Resource::get
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a single value for a property
EasyRdf_Resource::getLiteral
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a single literal value for a property of the resource
EasyRdf_Resource::getResource
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a single resource value for a property of the resource
EasyRdf_Resource::hasProperty
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Check to see if a property exists for this resource.
EasyRdf_Resource::isA
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Check if a resource is of the specified type
EasyRdf_Resource::join
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Concatenate all values for a property into a string.
EasyRdf_Resource::label
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a human readable label for this resource
EasyRdf_Resource::load
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Perform a load (download of remote URI) of the resource into the graph
EasyRdf_Resource::primaryTopic
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get the primary topic of this resource.
EasyRdf_Resource::properties
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a list of all the shortened property names (qnames) for a resource.
EasyRdf_Resource::propertyUris
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a list of the full URIs for the properties of this resource.
EasyRdf_Resource::reversePropertyUris
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a list of the full URIs for the properties that point to this resource.
EasyRdf_Resource::set
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Set value for a property
EasyRdf_Resource::setType
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Change the rdf:type property for the resource
EasyRdf_Resource::type
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a single type for a resource.
EasyRdf_Resource::types
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Resource.php
Get a list of types for a resource.