EntityDerivative::getDerivativeDefinitions |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php |
Implements DerivativeInterface::getDerivativeDefinitions(). |
ConfigGlobalOverrideSubscriber::configInit |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ConfigGlobalOverrideSubscriber.php |
Overrides configuration values with values in global $conf variable. |
AbstractClassMetadataFactory::$initialized |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|
ResolveDefinitionTemplatesPass::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php |
|
ResolveDefinitionTemplatesPass::$formatter |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php |
|
RelationshipJoinTestBase::schemaDefinition |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition(). |
NamespacedAttributeBagTest::testInitialize |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php |
|
ExecutablePluginBase::getConfigDefinitions |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets an array of definitions of available configuration options. |
ItemStorageController::baseFieldDefinitions |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Implements Drupal\Core\Entity\DataBaseStorageControllerNG::baseFieldDefinitions(). |
FeedStorageController::baseFieldDefinitions |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Implements Drupal\Core\Entity\DataBaseStorageControllerNG::baseFieldDefinitions(). |
UserStorageController::baseFieldDefinitions |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Defines the base properties of the entity type. |
InlineServiceDefinitionsPass::$repeatedPass |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php |
|
ReplaceAliasByActualDefinitionPass::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
Process the Container to replace aliases with service definitions. |
ResolveDefinitionTemplatesPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php |
|
BankAccountTest::testBalanceIsInitiallyZero |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/BankAccountTest.php |
@covers BankAccount::getBalance |
TermStorageController::baseFieldDefinitions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides \Drupal\Core\Entity\DatabaseStorageControllerNG::baseFieldDefintions(). |
NodeStorageController::baseFieldDefinitions |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
DerivativeDiscoveryDecorator::getDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinition(). |
EntityReferenceItem::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinitions(). |
AnalyzeServiceReferencesPass::getDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php |
Returns a service definition given the full name or an alias. |
ComplexDataInterface::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php |
Gets the definition of a contained property. |
ManageDisplayTest::testNonInitializedFields |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests that field instances with no explicit display settings do not break. |
BankAccountTest::testBalanceIsInitiallyZero |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.php |
@covers BankAccount::getBalance
@group balanceIsInitiallyZero
@group specification |
ConfigStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::$fieldDefinitions |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Static cache of field definitions per bundle. |
ContextAwarePluginBase::getContextDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
Implements \Drupal\Component\Plugin\ContextAwarePluginInterface::getContextDefinition(). |
TableSortExtenderUnitTest::testTableSortInit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests tablesort_init(). |
RemoveUnusedDefinitionsPass::setRepeatedPass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
Sets the RepeatedPass interface. |
CheckDefinitionValidityPassTest::testProcess |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
|
AggregatorFeedBlock::getDerivativeDefinition |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
RemoveUnusedDefinitionsPassTest::testProcess |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php |
|
DerivativeInterface::getDerivativeDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/Derivative/DerivativeInterface.php |
Returns the definition of a derivative plugin. |
DerivativeDiscoveryDecorator::getDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
DefinitionDecoratorTest::testReplaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
|
ComplexDataInterface::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php |
Gets an array of property definitions of contained properties. |
PhpDumper::addServiceInlinedDefinitionsSetup |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Generates the inline definition setup. |
ContextAwarePluginBase::getContextDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
Implements \Drupal\Component\Plugin\ContextAwarePluginInterface::getContextDefinitions(). |
MockMenuBlockDeriver::getDerivativeDefinition |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php |
Implements Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
AggregatorFeedBlock::getDerivativeDefinitions |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions(). |
InlineServiceDefinitionsPass::setRepeatedPass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php |
Sets the RepeatedPass interface. |
InlineServiceDefinitionsPass::inlineArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php |
Processes inline arguments. |
ReplaceAliasByActualDefinitionPass::$compiler |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
|
ReplaceAliasByActualDefinitionPass::$sourceId |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
|
InlineServiceDefinitionsPassTest::testProcess |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php |
|
DefaultWizardDeriver::getDerivativeDefinition |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Derivative/DefaultWizardDeriver.php |
Implements Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
PluginTestBase::$mockBlockExpectedDefinitions |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginTestBase.php |
|
DerivativeInterface::getDerivativeDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/Derivative/DerivativeInterface.php |
Returns the definition of all derivatives of a base plugin. |
IntrospectableContainerInterface::initialized |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php |
Check for whether or not a service has been initialized. |
AnalyzeServiceReferencesPass::getDefinitionId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php |
|
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |