Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
AssignOwnerNode::defaultConfiguration function core/modules/action/src/Plugin/Action/AssignOwnerNode.php Gets default configuration for this plugin.
AssignOwnerNode::submitConfigurationForm function core/modules/action/src/Plugin/Action/AssignOwnerNode.php Form submission handler.
AssignOwnerNode::validateConfigurationForm function core/modules/action/src/Plugin/Action/AssignOwnerNode.php Form validation handler.
AssignOwnerNode::__construct function core/modules/action/src/Plugin/Action/AssignOwnerNode.php Constructs a new AssignOwnerNode action.
AssignOwnerNode::__construct function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Constructs a new AssignOwnerNode action.
AttachedAssetsTest::testAggregation function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Integration test for CSS/JS aggregation.
AttachedAssetsTest::testLibraryNameConflicts function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that multiple modules can implement libraries with the same name.
AttachedAssetsTest::testVersionQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript versioning.
Attachment::attachmentPositions function core/modules/views/src/Plugin/views/display/Attachment.php
Attachment::buildOptionsForm function core/modules/views/src/Plugin/views/display/Attachment.php Provide the default form for setting options.
Attachment::defineOptions function core/modules/views/src/Plugin/views/display/Attachment.php Information about options for all kinds of purposes will be held here.
Attachment::optionsSummary function core/modules/views/src/Plugin/views/display/Attachment.php Provide the summary for attachment options in the views UI.
Attachment::submitOptionsForm function core/modules/views/src/Plugin/views/display/Attachment.php Perform any necessary changes to the form values prior to storage.
AttachmentsResponseProcessorInterface interface core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Defines an interface for processing attachments of responses that have them.
AttachmentsResponseProcessorInterface.php file core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php
AttachmentsResponseProcessorInterface::processAttachments function core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Processes the attachments of a response that has attachments.
AttachmentsTestResponse class core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php
AttachmentsTestResponse.php file core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php
Attribute::jsonSerialize function core/lib/Drupal/Core/Template/Attribute.php Returns a representation of the object for use in JSON serialization.
Attribute::__clone function core/lib/Drupal/Core/Template/Attribute.php Implements the magic __clone() method.
Attribute::__construct function core/lib/Drupal/Core/Template/Attribute.php Constructs a \Drupal\Core\Template\Attribute object.
AttributeBase::__construct function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php
AttributeBridgeDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Gets the definition of all plugins for this type.
AttributeBridgeDecorator::__construct function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php AttributeBridgeDecorator constructor.
AttributeBridgeDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php @covers ::getDefinitions[[api-linebreak]]
AttributeClassDiscovery::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets the definition of all plugins for this type.
AttributeClassDiscovery::prepareAttributeDefinition function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Prepares the attribute definition.
AttributeClassDiscovery::prepareAttributeDefinition function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Prepares the attribute definition.
AttributeClassDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Constructs an AttributeClassDiscovery object.
AttributeClassDiscovery::__construct function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Constructs a new instance.
AttributeClassDiscoveryCachedTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryCachedTest.php Tests that getDefinitions() retrieves the file cache correctly.
AttributeClassDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryTest.php @covers ::getDefinitions[[api-linebreak]]
@covers ::prepareAttributeDefinition[[api-linebreak]]
AttributeDiscoveryWithAnnotations class core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Enables both attribute and annotation discovery for plugin definitions.
AttributeDiscoveryWithAnnotations.php file core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php
AttributeDiscoveryWithAnnotations::$annotationReader property core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php The doctrine annotation reader.
AttributeDiscoveryWithAnnotations::getAnnotationReader function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Gets the used doctrine annotation reader.
AttributeDiscoveryWithAnnotations::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Gets the definition of all plugins for this type.
AttributeDiscoveryWithAnnotations::getFileCacheSuffix function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Gets the file cache suffix.
AttributeDiscoveryWithAnnotations::parseClass function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Parses attributes from a class.
AttributeDiscoveryWithAnnotations::prepareAnnotationDefinition function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Prepares the annotation definition.
AttributeDiscoveryWithAnnotations::__construct function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Constructs an AttributeDiscoveryWithAnnotations object.
AttributeHelper::mergeCollections function core/lib/Drupal/Core/Template/AttributeHelper.php Merges two attribute collections.
AttributeHelper::__construct function core/lib/Drupal/Core/Template/AttributeHelper.php This class should not be instantiated.
AttributeHelperTest::providerTestMergeCollections function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php Provides tests data for testMergeCollections.
AttributeHelperTest::testMergeCollections function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php @covers ::mergeCollections[[api-linebreak]]
@dataProvider providerTestMergeCollections
AttributeHelperTest::testMergeCollectionsArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php @covers ::mergeCollections[[api-linebreak]]
AttributesTest::testAttributeIteration function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests attribute iteration.
AttributeTest::testConstructor function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the constructor of the attribute class.
AttributeTest::testMergeArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge[[api-linebreak]]
AttributeValueBase::__construct function core/lib/Drupal/Core/Template/AttributeValueBase.php Constructs a \Drupal\Core\Template\AttributeValueBase object.

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