Search for to
Title | Object type | File name | Summary |
---|---|---|---|
ClassResolverConstraintValidatorTest::setUp | function | core/ |
|
ClassResolverConstraintValidatorTest::testNonExistingClass | function | core/ |
Test missing class case. |
ClassResolverConstraintValidatorTest::testNonExistingMethod | function | core/ |
Test missing method case. |
ClassResolverConstraintValidatorTest::testValidationForService | function | core/ |
@dataProvider provideServiceValidationCases |
ClientFactory | class | core/ |
Helper class to construct a HTTP client with Drupal specific config. |
ClientFactory.php | file | core/ |
|
ClientFactory::$stack | property | core/ |
The handler stack. |
ClientFactory::fromOptions | function | core/ |
Constructs a new client object from some configuration. |
ClientFactory::__construct | function | core/ |
Constructs a new ClientFactory instance. |
ClientFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Http\ClientFactory[[api-linebreak]] @group Http |
ClientFactoryTest.php | file | core/ |
|
ClientFactoryTest::$factory | property | core/ |
The client factory under test. |
ClientFactoryTest::providerTestCreateFromOptions | function | core/ |
Data provider for testCreateFromOptions. |
ClientFactoryTest::setUp | function | core/ |
|
ClientFactoryTest::testCreateFromOptions | function | core/ |
@covers ::fromOptions[[api-linebreak]] @dataProvider providerTestCreateFromOptions |
CloseDialogCommand::$selector | property | core/ |
A CSS selector string of the dialog to close. |
CollectPathsToExcludeEvent | class | core/ |
Defines an event that collects paths to exclude. |
CollectPathsToExcludeEvent.php | file | core/ |
|
CollectPathsToExcludeEvent::add | function | core/ |
|
CollectPathsToExcludeEvent::addPathsRelativeToProjectRoot | function | core/ |
Flags paths to be ignored, relative to the project root. |
CollectPathsToExcludeEvent::addPathsRelativeToWebRoot | function | core/ |
Flags paths to be ignored, relative to the web root. |
CollectPathsToExcludeEvent::getAll | function | core/ |
|
CollectPathsToExcludeEvent::scanForDirectoriesByName | function | core/ |
Finds all directories in the project root matching the given name. |
CollectPathsToExcludeEvent::__construct | function | core/ |
Constructs a CollectPathsToExcludeEvent object. |
CollectPathsToExcludeFailValidator | class | core/ |
Allows to test an excluder which fails on CollectPathsToExcludeEvent. |
CollectPathsToExcludeFailValidator.php | file | core/ |
|
CollectPathsToExcludeFailValidator::callToComposer | function | core/ |
Fails when composer.json is deleted to simulate failure on excluders. |
CollectPathsToExcludeFailValidator::getSubscribedEvents | function | core/ |
|
CollectPathsToExcludeFailValidator::__construct | function | core/ |
Constructs a CollectPathsToExcludeFailValidator object. |
Color::hexToRgb | function | core/ |
Parses a hexadecimal color string like '#abc' or '#aabbcc'. |
Color::rgbToHex | function | core/ |
Converts RGB color arrays or strings to lowercase CSS notation. |
ColorTest::providerTestHexToRgb | function | core/ |
Data provider for testHexToRgb(). |
ColorTest::providerTestRbgToHex | function | core/ |
Data provider for testRgbToHex(). |
ColorTest::testHexToRgb | function | core/ |
Tests Color::hexToRgb(). |
ColorTest::testRgbToHex | function | core/ |
Tests Color::rgbToHex(). |
Comment::getOwner | function | core/ |
Returns the entity owner's user entity. |
CommentAccessTest::testCannotCommentOnEntitiesYouCannotView | function | core/ |
Tests commenting disabled for access-blocked entities. |
CommentAdminOverview::$commentStorage | property | core/ |
The comment storage. |
CommentAdminOverview::$tempStoreFactory | property | core/ |
The tempstore factory. |
CommentBulkFormTest::testConstructor | function | core/ |
Tests the constructor assignment of actions. |
CommentController::$entityRepository | property | core/ |
The entity repository. |
CommentDefaultFormatter::$entityDisplayRepository | property | core/ |
The entity display repository. |
CommentDefaultFormatter::$storage | property | core/ |
The comment storage. |
CommentEntityReferenceTest::testCommentOfUnpublishedNodeBypassAccess | function | core/ |
Tests that comments of unpublished are not shown. |
CommentFieldAccessTest::testAccessToAdministrativeFields | function | core/ |
Tests permissions on comment fields. |
CommentHooks::entityStorageLoad | function | core/ |
Implements hook_entity_storage_load(). |
CommentHooks::fieldStorageConfigInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'. |
CommentIntegrationTest::testCommentDefaultOwner | function | core/ |
Tests the default owner of comment entities. |
CommentInterfaceTest::testAutoFilledHtmlSubject | function | core/ |
Tests that automatic subject is correctly created from HTML comment text. |
CommentInterfaceTest::testAutoFilledSubject | function | core/ |
Tests that the subject is automatically filled if disabled or left blank. |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.