Search for on
Title | Object type | File name | Summary |
---|---|---|---|
AnnotationWithConstants.php | file | core/ |
|
AnnotationWithConstants::$value | property | core/ |
|
AnnotationWithConstants::FLOAT | constant | core/ |
|
AnnotationWithConstants::INTEGER | constant | core/ |
|
AnnotationWithConstants::STRING | constant | core/ |
|
AnnotationWithInvalidTargetDeclaration | class | core/ |
Plugin annotation @Target("Foo"); |
AnnotationWithRequiredAttributes | class | core/ |
Plugin annotation @Target("ALL") @Attributes({ @Attribute("value", required = true , type = "string"), @Attribute("annot", required = true , type =… |
AnnotationWithRequiredAttributes.php | file | core/ |
|
AnnotationWithRequiredAttributes::$annot | property | core/ |
|
AnnotationWithRequiredAttributes::$value | property | core/ |
|
AnnotationWithRequiredAttributes::getAnnot | function | core/ |
|
AnnotationWithRequiredAttributes::getValue | function | core/ |
|
AnnotationWithRequiredAttributes::__construct | function | core/ |
|
AnnotationWithRequiredAttributesWithoutContructor | class | core/ |
Plugin annotation @Target("ALL"); |
AnnotationWithRequiredAttributesWithoutContructor.php | file | core/ |
|
AnnotationWithRequiredAttributesWithoutContructor::$annot | property | core/ |
@Required |
AnnotationWithRequiredAttributesWithoutContructor::$value | property | core/ |
@Required |
AnnotationWithTargetEmpty | class | core/ |
@Target |
AnnotationWithTargetSyntaxError | class | core/ |
Plugin annotation @Target(@) |
AnnotationWithTargetSyntaxError.php | file | core/ |
|
AnnotationWithVarType | class | core/ |
Plugin annotation @Target("ALL"); |
AnnotationWithVarType.php | file | core/ |
|
AnnotationWithVarType::$annotation | property | core/ |
|
AnnotationWithVarType::$array | property | core/ |
|
AnnotationWithVarType::$arrayOfAnnotations | property | core/ |
|
AnnotationWithVarType::$arrayOfIntegers | property | core/ |
|
AnnotationWithVarType::$arrayOfStrings | property | core/ |
|
AnnotationWithVarType::$bool | property | core/ |
|
AnnotationWithVarType::$boolean | property | core/ |
|
AnnotationWithVarType::$float | property | core/ |
|
AnnotationWithVarType::$integer | property | core/ |
|
AnnotationWithVarType::$mixed | property | core/ |
|
AnnotationWithVarType::$string | property | core/ |
|
AnnounceCommand::__construct | function | core/ |
Constructs an AnnounceCommand object. |
AnonResourceTestTrait | trait | core/ |
Trait for ResourceTestBase subclasses testing $auth=NULL, i.e. authless/anon. |
AnonResourceTestTrait.php | file | core/ |
|
AnonResourceTestTrait::assertAuthenticationEdgeCases | function | core/ |
|
AnonResourceTestTrait::assertResponseWhenMissingAuthentication | function | core/ |
|
AnonymousPrivateTempStoreTest | class | core/ |
Tests the PrivateTempStore for anonymous users. |
AnonymousPrivateTempStoreTest.php | file | core/ |
|
AnonymousPrivateTempStoreTest::$modules | property | core/ |
Modules to enable. |
AnonymousPrivateTempStoreTest::$tempStore | property | core/ |
The private temp store. |
AnonymousPrivateTempStoreTest::setUp | function | core/ |
|
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreGet | function | core/ |
Tests anonymous can get without a previous set. |
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreSet | function | core/ |
Tests anonymous can use the PrivateTempStore. |
AnonymousUserResponseSubscriber | class | core/ |
Response subscriber to handle finished responses for the anonymous user. |
AnonymousUserResponseSubscriber.php | file | core/ |
|
AnonymousUserResponseSubscriber::$currentUser | property | core/ |
The current user. |
AnonymousUserResponseSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AnonymousUserResponseSubscriber::onRespond | function | core/ |
Adds a cache tag if the 'user.permissions' cache context is present. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.