Search for id
Title | Object type | File name | Summary |
---|---|---|---|
AnnotationBridgeDecorator.php | file | core/ |
|
AnnotationBridgeDecorator::$decorated | property | core/ |
The decorated plugin discovery. |
AnnotationBridgeDecorator::$pluginDefinitionAnnotationName | property | core/ |
The name of the annotation that contains the plugin definition. |
AnnotationBridgeDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
AnnotationBridgeDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
AnnotationBridgeDecorator::__construct | function | core/ |
ObjectDefinitionDiscoveryDecorator constructor. |
AnnotationBridgeDecoratorTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator @group Plugin |
AnnotationBridgeDecoratorTest.php | file | core/ |
|
AnnotationBridgeDecoratorTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions |
AnnotationEnumInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
AnnotationEnumInvalid.php | file | core/ |
|
AnnotationEnumInvalid::$value | property | core/ |
Plugin annotation @Enum({1, 2, "foo", "bar", {"foo":"bar"}}) |
AnnotationEnumLiteralInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
AnnotationEnumLiteralInvalid.php | file | core/ |
|
AnnotationEnumLiteralInvalid::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2 }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE" } ) |
AnnotationEnumLiteralInvalid::ONE | constant | core/ |
|
AnnotationEnumLiteralInvalid::THREE | constant | core/ |
|
AnnotationEnumLiteralInvalid::TWO | constant | core/ |
|
AnnotationInterface::getId | function | core/ |
Gets the unique ID for this annotated class. |
AnnotationInterface::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
AnnotationInterface::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
AnnotationWithInvalidTargetDeclaration | class | core/ |
Plugin annotation @Target("Foo"); |
ApcuBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
ApcuBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
ApcuBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
ApcuBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
ApcuBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
AppendOp::ID | constant | composer/ |
Identifies Append operations. |
Archiver::$id | property | core/ |
The archiver plugin ID. |
ArgumentDefaultPluginBase::validateOptionsForm | function | core/ |
Provide the default form form for validating options |
ArgumentPluginBase::$validator | property | core/ |
|
ArgumentPluginBase::decodeValidatorId | function | core/ |
Revert sanitized validator options. |
ArgumentPluginBase::encodeValidatorId | function | core/ |
Sanitize validator options including derivatives with : for js. |
ArgumentPluginBase::validateArgument | function | core/ |
Validate that this argument works. By default, all arguments are valid. |
ArgumentPluginBase::validateFail | function | core/ |
How to act if validation fails. |
ArgumentPluginBase::validateMenuArgument | function | core/ |
Called by the menu system to validate an argument. |
ArgumentPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
ArgumentsPluginId | class | core/ |
A stub class used by testGetInstanceArguments(). |
ArgumentsPluginId::__construct | function | core/ |
|
ArgumentsResolverTest::providerTestGetArgument | function | core/ |
Provides test data to testGetArgument(). |
ArgumentsResolverTest::providerTestHandleUnresolvedArgument | function | core/ |
Provides test data to testHandleUnresolvedArgument(). |
ArgumentTransformTermTest::termArgumentTransformationProvider | function | core/ |
Provides data for testTermArgumentTransformation(). |
ArgumentUidRevisionTest | class | core/ |
Tests the argument_node_uid_revision handler. |
ArgumentUidRevisionTest.php | file | core/ |
|
ArgumentUidRevisionTest::$modules | property | core/ |
Modules to enable. |
ArgumentUidRevisionTest::$testViews | property | core/ |
Views to be enabled. |
ArgumentUidRevisionTest::setUp | function | core/ |
|
ArgumentUidRevisionTest::testArgument | function | core/ |
Tests the node_uid_revision argument. |
ArgumentValidateTest | class | core/ |
Tests user argument validators for ID and name. |
ArgumentValidateTest.php | file | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.