Search for d

  1. Search 7.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
AnnotationWithAttributes::getMixed function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithAttributes.php
AnnotationWithInvalidTargetDeclaration class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Plugin annotation
@Target("Foo");
AnnotationWithRequiredAttributes class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php Plugin annotation

@Target("ALL")
@Attributes({
@Attribute("value", required = true , type = "string"),
@Attribute("annot", required = true , type =…
AnnotationWithRequiredAttributes.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
AnnotationWithRequiredAttributes::$annot property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
AnnotationWithRequiredAttributes::$value property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
AnnotationWithRequiredAttributes::getAnnot function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
AnnotationWithRequiredAttributes::getValue function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
AnnotationWithRequiredAttributes::__construct function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
AnnotationWithRequiredAttributesWithoutContructor class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php Plugin annotation
@Target("ALL");
AnnotationWithRequiredAttributesWithoutContructor.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php
AnnotationWithRequiredAttributesWithoutContructor::$annot property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php @Required
AnnotationWithRequiredAttributesWithoutContructor::$value property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php @Required
AnnotationWithVarType::$mixed property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithVarType.php
AnnotWithDefaultValue class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php
AnnotWithDefaultValue.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php
AnnotWithDefaultValue::$foo property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/AnnotWithDefaultValue.php @var string
AnnounceCommand class core/lib/Drupal/Core/Ajax/AnnounceCommand.php AJAX command for a JavaScript Drupal.announce() call.
AnnounceCommand.php file core/lib/Drupal/Core/Ajax/AnnounceCommand.php
AnnounceCommand::$priority property core/lib/Drupal/Core/Ajax/AnnounceCommand.php The priority that will be used for the announcement.
AnnounceCommand::$text property core/lib/Drupal/Core/Ajax/AnnounceCommand.php The text to be announced.
AnnounceCommand::getAttachedAssets function core/lib/Drupal/Core/Ajax/AnnounceCommand.php Gets the attached assets.
AnnounceCommand::PRIORITY_ASSERTIVE constant core/lib/Drupal/Core/Ajax/AnnounceCommand.php The assertive priority attribute value.
AnnounceCommand::PRIORITY_POLITE constant core/lib/Drupal/Core/Ajax/AnnounceCommand.php The polite priority attribute value.
AnnounceCommand::render function core/lib/Drupal/Core/Ajax/AnnounceCommand.php Return an array to be run through json_encode and sent to the client.
AnnounceCommand::__construct function core/lib/Drupal/Core/Ajax/AnnounceCommand.php Constructs an AnnounceCommand object.
AnonResourceTestTrait::assertAuthenticationEdgeCases function core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php
AnonymousPrivateTempStoreTest::$modules property core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php Modules to enable.
AnonymousUserResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php Registers the methods in this class that should be listeners.
AnonymousUserResponseSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php Adds a cache tag if the 'user.permissions' cache context is present.
ApcuBackend class core/lib/Drupal/Core/Cache/ApcuBackend.php Stores cache items in the Alternative PHP Cache User Cache (APCu).
ApcuBackend.php file core/lib/Drupal/Core/Cache/ApcuBackend.php
ApcuBackend::$bin property core/lib/Drupal/Core/Cache/ApcuBackend.php The name of the cache bin to use.
ApcuBackend::$binPrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in this cache bin.
ApcuBackend::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackend.php The cache tags checksum provider.
ApcuBackend::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in the storage that belong to this site.
ApcuBackend::delete function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes an item from the cache.
ApcuBackend::deleteAll function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes all cache items in a bin.
ApcuBackend::deleteMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Deletes multiple items from the cache.
ApcuBackend::garbageCollection function core/lib/Drupal/Core/Cache/ApcuBackend.php Performs garbage collection on a cache bin.
ApcuBackend::get function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns data from the persistent cache.
ApcuBackend::getAll function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns all cached items, optionally limited by a cache ID prefix.
ApcuBackend::getApcuKey function core/lib/Drupal/Core/Cache/ApcuBackend.php Prepends the APCu user variable prefix for this bin to a cache item ID.
ApcuBackend::getIterator function core/lib/Drupal/Core/Cache/ApcuBackend.php Instantiates and returns the APCUIterator class.
ApcuBackend::getMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Returns data from the persistent cache when given an array of cache IDs.
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.
ApcuBackend::prepareItem function core/lib/Drupal/Core/Cache/ApcuBackend.php Prepares a cached item.
ApcuBackend::removeBin function core/lib/Drupal/Core/Cache/ApcuBackend.php Remove a cache bin.

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