Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
EasyRdf_Literal_Boolean class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Boolean.php Class that represents an RDF Literal of datatype xsd:boolean
EasyRdf_Literal_Date class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Date.php Class that represents an RDF Literal of datatype xsd:date 1
EasyRdf_Literal_DateTime class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/DateTime.php Class that represents an RDF Literal of datatype xsd:dateTime
EasyRdf_Literal_Decimal class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php Class that represents an RDF Literal of datatype xsd:decimal
EasyRdf_Literal_HexBinary class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HexBinary.php Class that represents an RDF Literal of datatype xsd:hexBinary
EasyRdf_Literal_HTML class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HTML.php Class that represents an RDF Literal of datatype rdf:HTML
EasyRdf_Literal_Integer class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Integer.php Class that represents an RDF Literal of datatype xsd:integer
EasyRdf_Literal_XML class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/XML.php Class that represents an RDF Literal of datatype rdf:XMLLiteral
EasyRdf_Namespace class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php A namespace registry and manipulation class.
EasyRdf_ParsedUri class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php A RFC3986 compliant URI parser
EasyRdf_Parser class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php Parent class for the EasyRdf parsers 5
EasyRdf_Parser_Arc class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php Class to parse RDF using the ARC2 library.
EasyRdf_Parser_Json class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php A pure-php class to parse RDF/JSON with no dependancies. 1
EasyRdf_Parser_Ntriples class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Ntriples.php A pure-php class to parse N-Triples with no dependancies. 1
EasyRdf_Parser_Rapper class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php Class to parse RDF using the 'rapper' command line tool.
EasyRdf_Parser_Rdfa class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php Class to parse RDFa 1.1 with no external dependancies.
EasyRdf_Parser_RdfPhp class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php Class to parse RDF with no external dependancies. 2
EasyRdf_Parser_RdfXml class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php A pure-php class to parse RDF/XML.
EasyRdf_Parser_Redland class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php Class to parse RDF using Redland (librdf) C library.
EasyRdf_Parser_Turtle class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php Class to parse Turtle with no external dependancies.
EasyRdf_Resource class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php Class that represents an RDF resource
EasyRdf_Serialiser class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser.php Parent class for the EasyRdf serialiser 5
EasyRdf_Serialiser_Arc class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php Class to serialise RDF using the ARC2 library.
EasyRdf_Serialiser_GraphViz class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php Class to serialise an EasyRdf_Graph to GraphViz
EasyRdf_Serialiser_Json class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Json.php Class to serialise an EasyRdf_Graph to RDF/JSON with no external dependancies.
EasyRdf_Serialiser_Ntriples class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php Class to serialise an EasyRdf_Graph to N-Triples with no external dependancies. 1
EasyRdf_Serialiser_Rapper class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Rapper.php Class to serialise an EasyRdf_Graph to RDF using the 'rapper' command line tool.
EasyRdf_Serialiser_RdfPhp class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php Class to serialise an EasyRdf_Graph to RDF/PHP with no external dependancies. 2
EasyRdf_Serialiser_RdfXml class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php Class to serialise an EasyRdf_Graph to RDF/XML with no external dependancies.
EasyRdf_Serialiser_Turtle class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Turtle.php Class to serialise an EasyRdf_Graph to Turtle with no external dependancies.
EasyRdf_Sparql_Client class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php Class for making SPARQL queries using the SPARQL 1.1 Protocol
EasyRdf_Sparql_Result class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php Class for returned for SPARQL SELECT and ASK query responses.
EasyRdf_TypeMapper class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php Class to map between RDF Types and PHP Classes
EasyRdf_Utils class drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Utils.php Class containing static utility functions
EditController class Drupal\edit drupal/core/modules/edit/lib/Drupal/edit/EditController.php Returns responses for Edit module routes.
EditDetails class Drupal\views_ui\Form\Ajax drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/EditDetails.php Provides a form for editing the details of a View.
EditEntityFieldAccessCheck class Drupal\edit\Access drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheck.php Access check for editing entity fields. 2
EditEntityFieldAccessCheckInterface interface Drupal\edit\Access drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheckInterface.php Access check for editing entity fields. 2 2
EditFieldForm class Drupal\edit\Form drupal/core/modules/edit/lib/Drupal/edit/Form/EditFieldForm.php Builds and process a form for editing a single entity field. 1
EditIntegrationTest class Drupal\editor\Tests drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php Tests Edit module integration (Editor module's inline editing support).
EditLoadingTest class Drupal\edit\Tests drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php Tests loading of Edit and lazy-loading of in-place editors.
Editor class Drupal\editor\Plugin\Core\Entity drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php Defines the configured text editor entity. 18
Editor class Drupal\editor\Plugin\InPlaceEditor drupal/core/modules/editor/lib/Drupal/editor/Plugin/InPlaceEditor/Editor.php Defines the formatted text editor.
Editor class Drupal\editor\Annotation drupal/core/modules/editor/lib/Drupal/editor/Annotation/Editor.php Defines an Editor annotation object. 2
EditorAdminTest class Drupal\editor\Tests drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php Tests administration of text editors.
EditorBase abstract class Drupal\editor\Plugin drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php Defines a base class from which other modules providing editors may extend. 2 2
EditorBase abstract class Drupal\edit drupal/core/modules/edit/lib/Drupal/edit/EditorBase.php Defines a base editor implementation. 3 3
EditorController class Drupal\editor drupal/core/modules/editor/lib/Drupal/editor/EditorController.php Returns responses for Editor module routes. 1
EditorInterface interface Drupal\editor drupal/core/modules/editor/lib/Drupal/editor/EditorInterface.php Provides an interface defining a editor entity. 1 1
EditorLoadingTest class Drupal\editor\Tests drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php Tests loading of text editors.

Pages

Other projects