Search for Id
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AnnotationBase::setProvider | function | core/ | 
                                                                                        Sets the name of the provider of the annotated class. | 
| AnnotationBaseTest::testGetId | function | core/ | 
                                                                                        @covers ::getId[[api-linebreak]] | 
| AnnotationBaseTest::testSetProvider | function | core/ | 
                                                                                        @covers ::getProvider[[api-linebreak]] @covers ::setProvider[[api-linebreak]]  | 
              
| AnnotationBridgeDecorator | class | core/ | 
                                                                                        Ensures that all definitions are run through the annotation process. | 
| 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[[api-linebreak]] @group Plugin  | 
              
| AnnotationBridgeDecoratorTest.php | file | core/ | 
                                                                                        |
| AnnotationBridgeDecoratorTest::testGetDefinitions | function | core/ | 
                                                                                        @covers ::getDefinitions[[api-linebreak]] | 
| 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 for validating options. | 
| ArgumentNodeRevisionIdTest | class | core/ | 
                                                                                        Tests the node_vid handler. | 
| ArgumentNodeRevisionIdTest.php | file | core/ | 
                                                                                        |
| ArgumentNodeRevisionIdTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| ArgumentNodeRevisionIdTest::$testViews | property | core/ | 
                                                                                        Views to be enabled. | 
| ArgumentNodeRevisionIdTest::setUp | function | core/ | 
                                                                                        |
| ArgumentNodeRevisionIdTest::testNodeRevisionRelationship | function | core/ | 
                                                                                        Tests the node revision id argument via the node_vid handler. | 
| ArgumentNodeRevisionIdTest::testVidDeprecatedParameter | function | core/ | 
                                                                                        Tests the Vid argument deprecation. | 
| 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/ | 
                                                                                        
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.