DatabaseStorageControllerNG::savePropertyData |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Stores the entity property language-aware data. |
AbstractClassMetadataFactory::$loadedMetadata |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|
StaticMethodLoaderTest::testLoadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
MongoDbProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
RouteCompilerTest::provideCompileWithHostData |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
PropertyMetadataTest::testInvalidPropertyName |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php |
|
ClassMetadataTest::testAddPropertyConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
ExecutionContextInterface::getMetadataFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the used metadata factory. |
NodeStorageController::mapToDataStorageRecord |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Maps from an entity object to the storage record of the data table. |
TestObjectMetadata::getAssociationTargetClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Returns the target class name of the given association. |
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::getQueryServiceName |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServiceName(). |
PHPUnit_Framework_TestCase::getDataSetAsString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Gets the data set description of a TestCase. |
PropertyContainerMetadata::hasPropertyMetadata |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php |
Implements PropertyMetadataContainerInterface::hasPropertyMetadata(). |
PropertyContainerMetadata::getPropertyMetadata |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php |
Implements PropertyMetadataContainerInterface::getPropertyMetadata(). |
EntityFieldTest::assertDataStructureInterfaces |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the data structure interfaces tests for the given entity type. |
AbstractClassMetadataFactory::getFqcnFromAlias |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Get the fully qualified class-name from the namespace alias. |
AbstractClassMetadataFactory::wakeupReflection |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Wakeup reflection after ClassMetadata gets unserialized from cache. |
AbstractClassMetadataFactory::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Get array of parent classes for the given entity class |
TestClassMetadataFactory::initializeReflection |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Initialize Reflection after ClassMetadata was constructed. |
RdfMappingManager::getTypedDataIdsFromTypeUris |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/RdfMappingManager.php |
Convert an array of RDF type URIs to the corresponding TypedData IDs. |
PHP_CodeCoverage_Report_Node_File::getTestData |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the test data of this node. |
DatabaseStorageController::baseFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines the base properties of the entity type. |
DatabaseStorageControllerNG::buildPropertyQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Builds an entity query. |
DatabaseStorageControllerNG::attachPropertyData |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Attaches property data in all languages for translatable properties. |
DatabaseStorageControllerNG::mapToStorageRecord |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from an entity object to the storage record of the base table. |
SlaveDatabaseIgnoreSubscriber::checkSlaveServer |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/SlaveDatabaseIgnoreSubscriber.php |
Checks and disables the slave database server if appropriate. |
AbstractClassMetadataFactory::getLoadedMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Return an array of all the loaded metadata currently in memory. |
ClassMetadataFactoryTest::testGetParentMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
ClassMetadataFactoryTest::testGetCachedMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
ajax_forms_test_advanced_commands_data_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'data'. |
TypedDataNormalizer::$supportedInterfaceOrClass |
property |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/TypedDataNormalizer.php |
The interface or class that this Normalizer supports. |
UrlValidatorTest::providerTestValidAbsoluteData |
function |
drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php |
Data provider for absolute URLs. |
UrlValidatorTest::providerTestValidRelativeData |
function |
drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php |
Provides valid relative URLs |
ElementMetadataTest::testFindConstraintsByGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
ClassMetadataFactoryTest::testLoadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataFactoryTest.php |
|
DatabaseStorageExpirable::setMultipleWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirablInterface::setMultipleWithExpire(). |
Twig_TemplatePropertyObjectAndArrayAccess::$data |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
ClassMetadata::getAssociationMappedByTargetField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns the target field of the owning side of the association |
RequestDataCollectorTest::staticControllerMethod |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
Dummy method used as controller callable |
AbstractClassMetadataFactory::$reflectionService |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|
SomeAnnotationClassNameWithoutConstructor::$data |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
ClassMetadataFactoryTest::testGetAliasedMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
PHP_CodeCoverage_Report_Node_File::$coverageData |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
|
MongoDbProfilerStorageTestDataCollector::setData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
MongoDbProfilerStorageTestDataCollector::getData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
MongoDbProfilerStorageTestDataCollector::collect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
Collects data for the given Request and Response. |
MongoDbProfilerStorageTestDataCollector::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
Returns the name of the collector. |
TypedDataManager::setValidationConstraintManager |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Sets the validation constraint manager. |
TypedDataManager::getValidationConstraintManager |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Gets the validation constraint manager. |