Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ArrayBuildTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\ArrayBuild @group migrate |
ArrayBuildTest.php | file | core/ |
|
ArrayBuildTest::setUp | function | core/ |
|
ArrayBuildTest::testNonExistentKey | function | core/ |
Tests non-existent key for the key configuration. |
ArrayBuildTest::testNonExistentValue | function | core/ |
Tests non-existent key for the value configuration. |
ArrayBuildTest::testOneDimensionalArrayInput | function | core/ |
Tests one-dimensional array input. |
ArrayBuildTest::testStringInput | function | core/ |
Tests string input. |
ArrayBuildTest::testTransform | function | core/ |
Tests successful transformation. |
ArrayElement | class | core/ |
Defines a generic configuration element that contains multiple properties. |
ArrayElement.php | file | core/ |
|
ArrayElement::$elements | property | core/ |
Parsed elements. |
ArrayElement::buildDataDefinition | function | core/ |
Creates a new data definition object from an array and configuration. |
ArrayElement::createElement | function | core/ |
Creates a contained typed configuration object. |
ArrayElement::get | function | core/ |
Gets a contained typed configuration element. |
ArrayElement::getAllKeys | function | core/ |
Gets valid configuration data keys. |
ArrayElement::getElementDefinition | function | core/ |
Gets data definition object for contained element. |
ArrayElement::getElements | function | core/ |
Gets an array of contained elements. |
ArrayElement::getIterator | function | core/ |
|
ArrayElement::getProperties | function | core/ |
Gets an array of property objects. |
ArrayElement::hasTranslatableElements | function | core/ |
Determines if there is a translatable value. |
ArrayElement::isEmpty | function | core/ |
Determines whether the data structure is empty. |
ArrayElement::isNullable | function | core/ |
Determines if this element allows NULL as a value. |
ArrayElement::onChange | function | core/ |
React to changes to a child property or item. |
ArrayElement::parse | function | core/ |
Builds an array of contained elements. |
ArrayElement::set | function | core/ |
Sets a property value. |
ArrayElement::toArray | function | core/ |
Returns an array of all property values. |
articles-aside.css | file | core/ |
This file is used to style the 'Articles Aside' view. |
AssertBlockAppearsTrait | trait | core/ |
Provides test assertions for testing block appearance. |
AssertBlockAppearsTrait.php | file | core/ |
|
AssertBlockAppearsTrait::assertBlockAppears | function | core/ |
Checks to see whether a block appears on the page. |
AssertBlockAppearsTrait::assertNoBlockAppears | function | core/ |
Checks to see whether a block does not appears on the page. |
AssertBlockAppearsTrait::findBlockInstance | function | core/ |
Find a block instance on the page. |
AssertBreadcrumbTrait | trait | core/ |
Provides test assertions for verifying breadcrumbs. |
AssertBreadcrumbTrait.php | file | core/ |
|
AssertBreadcrumbTrait::assertBreadcrumb | function | core/ |
Assert that a given path shows certain breadcrumb links. |
AssertBreadcrumbTrait::assertBreadcrumbParts | function | core/ |
Assert that a trail exists in the internal browser. |
AssertBreadcrumbTrait::getBreadcrumbParts | function | core/ |
Returns the breadcrumb contents of the current page in the internal browser. |
AssertConfigEntityImportTrait | trait | core/ |
Provides test assertions for testing config entity synchronization. |
AssertConfigEntityImportTrait.php | file | core/ |
|
AssertConfigEntityImportTrait::assertConfigEntityImport | function | core/ |
Asserts that a config entity can be imported without changing it. |
AssertConfigTrait | trait | core/ |
Trait to help with diffing config. |
AssertConfigTrait.php | file | core/ |
|
AssertConfigTrait::assertConfigDiff | function | core/ |
Ensures that a specific config diff does not contain unwanted changes. |
AssertContentTrait | trait | core/ |
Provides test methods to assert content. |
AssertContentTrait.php | file | core/ |
|
AssertContentTrait::$content | property | core/ |
The current raw content. |
AssertContentTrait::$drupalSettings | property | core/ |
The drupalSettings value from the current raw $content. |
AssertContentTrait::$elements | property | core/ |
The XML structure parsed from the current raw $content. |
AssertContentTrait::$plainTextContent | property | core/ |
The plain-text content of raw $content (text nodes). |
AssertContentTrait::assertEscaped | function | core/ |
Passes if the raw text IS found escaped on the loaded page, fail otherwise. |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.