Search for id

  1. Search 7.x for id
  2. Search 8.9.x for id
  3. Search 10.3.x for id
  4. Search 11.x for id
  5. Other projects
Title Object type File name Summary
AnnotationBase::setProvider function core/lib/Drupal/Component/Annotation/AnnotationBase.php Sets the name of the provider of the annotated class.
AnnotationBaseTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @covers ::getId
AnnotationBaseTest::testSetProvider function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @covers ::getProvider
@covers ::setProvider
AnnotationBridgeDecorator class core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php Ensures that all definitions are run through the annotation process.
AnnotationBridgeDecorator.php file core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php
AnnotationBridgeDecorator::$decorated property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php The decorated plugin discovery.
AnnotationBridgeDecorator::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php The name of the annotation that contains the plugin definition.
AnnotationBridgeDecorator::getDefinitions function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php Gets the definition of all plugins for this type.
AnnotationBridgeDecorator::__call function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php Passes through all unknown calls onto the decorated object.
AnnotationBridgeDecorator::__construct function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php ObjectDefinitionDiscoveryDecorator constructor.
AnnotationBridgeDecoratorTest class core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php @coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator
@group Plugin
AnnotationBridgeDecoratorTest.php file core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php
AnnotationBridgeDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php @covers ::getDefinitions
AnnotationEnumInvalid class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php Plugin annotation
@Target("ALL");
AnnotationEnumInvalid.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php
AnnotationEnumInvalid::$value property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php Plugin annotation

@Enum({1, 2, "foo", "bar", {"foo":"bar"}})
AnnotationEnumLiteralInvalid class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php Plugin annotation
@Target("ALL");
AnnotationEnumLiteralInvalid.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
AnnotationEnumLiteralInvalid::$value property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php Plugin annotation

@Enum(
value = {
1,
2
},
literal = {
1 : "AnnotationEnumLiteral::ONE",
2 : "AnnotationEnumLiteral::TWO",
3 : "AnnotationEnumLiteral::THREE"
}
)
AnnotationEnumLiteralInvalid::ONE constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
AnnotationEnumLiteralInvalid::THREE constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
AnnotationEnumLiteralInvalid::TWO constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
AnnotationInterface::getId function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the unique ID for this annotated class.
AnnotationInterface::getProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the name of the provider of the annotated class.
AnnotationInterface::setProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the name of the provider of the annotated class.
AnnotationWithInvalidTargetDeclaration class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Plugin annotation
@Target("Foo");
ApcuBackend::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackend.php The cache tags checksum provider.
ApcuBackend::invalidate function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks a cache item as invalid.
ApcuBackend::invalidateAll function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks all cache items as invalid.
ApcuBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks cache items as invalid.
ApcuBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The cache tags checksum provider.
AppendOp::ID constant composer/Plugin/Scaffold/Operations/AppendOp.php Identifies Append operations.
Archiver::$id property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The archiver plugin ID.
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for validating options.
ArgumentNodeRevisionIdTest class core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node_vid handler.
ArgumentNodeRevisionIdTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Modules to enable.
ArgumentNodeRevisionIdTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Views to be enabled.
ArgumentNodeRevisionIdTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::testNodeRevisionRelationship function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node revision id argument via the node_vid handler.
ArgumentNodeRevisionIdTest::testVidDeprecatedParameter function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the Vid argument deprecation.
ArgumentPluginBase::$validator property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.
ArgumentPluginBase::encodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Sanitize validator options including derivatives with : for js.
ArgumentPluginBase::validateArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Validate that this argument works. By default, all arguments are valid.
ArgumentPluginBase::validateFail function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php How to act if validation fails.
ArgumentPluginBase::validateMenuArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Called by the menu system to validate an argument.
ArgumentPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Validate the options form.
ArgumentsPluginId class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsPluginId::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.