Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| AppendOp::$managed | property | composer/ |
An indicator of whether the file we are appending to is managed or not. |
| AppendOp::$originalContents | property | composer/ |
The contents from the file that we are prepending / appending to. |
| AppendOp::$prepend | property | composer/ |
Path to the source file to prepend, if any. |
| AppendOp::existingFileHasData | function | composer/ |
Check to see if the append/prepend data has already been applied. |
| AppendOp::generateContents | function | composer/ |
Load the scaffold contents or otherwise generate what is needed. |
| AppendOp::ID | constant | composer/ |
Identifies Append operations. |
| AppendOp::process | function | composer/ |
Process this scaffold operation. |
| AppendOp::scaffoldAtNewLocation | function | composer/ |
Determines what to do if operation is used without a previous operation. |
| AppendOp::scaffoldOverExistingTarget | function | composer/ |
Determines what to do if operation is used at same path as a previous op. |
| AppendOp::__construct | function | composer/ |
Constructs an AppendOp. |
| AppendOpTest | class | core/ |
Tests Drupal\Composer\Plugin\Scaffold\Operations\AppendOp. |
| AppendOpTest.php | file | core/ |
|
| AppendOpTest::testProcess | function | core/ |
Tests process. |
| AreaDisplayLinkTest::assertRenderedDisplayLinks | function | core/ |
Assert the display links are correctly rendered for a display. |
| AreaDisplayLinkTest::renderDisplayLink | function | core/ |
Render a display link. |
| AreaEmptyTest::testRenderEmptyHeaderFooter | function | core/ |
Tests that the header and footer areas are not rendered if empty. |
| AreaEntityTest::doTestCalculateDependencies | function | core/ |
Tests the calculation of the rendered dependencies. |
| AreaEntityTest::doTestRender | function | core/ |
Tests rendering the entity area handler. |
| AreaPluginBase::preRender | function | core/ |
Performs any operations needed before full rendering. |
| AreaPluginBase::render | function | core/ |
Render the area. |
| AreaTest::testRenderArea | function | core/ |
Tests the rendering of an area. |
| AreaTest::testRenderAreaToken | function | core/ |
Tests global tokens. |
| ArgumentDefaultTest::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| ArgumentPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| ArgumentPluginBase::preRenderMoveArgumentOptions | function | core/ |
Moves argument options into their place. |
| ArgumentValidatorTest::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray | function | core/ |
Asserts a view's result & render cache items' cache tags. |
| asset.css.collection_renderer | service | core/ |
Drupal\Core\Asset\CssCollectionRenderer |
| asset.js.collection_renderer | service | core/ |
Drupal\Core\Asset\JsCollectionRenderer |
| AssetCollectionRendererInterface | interface | core/ |
Interface defining a service that generates a render array to render assets. |
| AssetCollectionRendererInterface.php | file | core/ |
|
| AssetCollectionRendererInterface::render | function | core/ |
Renders an asset collection. |
| AssetResolver::$libraryDependencyResolver | property | core/ |
The library dependency resolver. |
| AssetResolverTest::$libraryDependencyResolver | property | core/ |
The mocked library dependency resolver. |
| AttachedAssets::createFromRenderArray | function | core/ |
Creates an AttachedAssetsInterface object from a render array. |
| AttachedAssetsInterface::createFromRenderArray | function | core/ |
Creates an AttachedAssetsInterface object from a render array. |
| AttachedAssetsTest::$renderer | property | core/ |
The renderer service. |
| AttachedAssetsTest::testRenderDifferentWeight | function | core/ |
Tests rendering the JavaScript with a file's weight above jQuery's. |
| AttachedAssetsTest::testRenderOrder | function | core/ |
Tests JavaScript and CSS asset ordering. |
| AttachedRenderingBlock | class | core/ |
A block we can use to test caching of #attached headers. |
| AttachedRenderingBlock.php | file | core/ |
|
| AttachedRenderingBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| AttachedRenderingBlock::getCacheMaxAge | function | core/ |
|
| Attachment::renderPager | function | core/ |
Checks to see if the display plugins support pager rendering. |
| AttributeArray::RENDER_EMPTY_ATTRIBUTE | constant | core/ |
Ensures empty array as a result of array_filter will not print '$name=""'. |
| AttributeBase::$dependencies | property | core/ |
The dependencies for the attribute class. |
| AttributeBase::getDependencies | function | core/ |
Gets the dependencies for this attribute class. |
| AttributeBase::setDependencies | function | core/ |
Sets the dependencies for this attribute class. |
| AttributeBoolean::render | function | core/ |
Returns a string representation of the attribute. |
| AttributeClassDiscovery::getClassDependencies | function | core/ |
Gets the list of class, interface, and trait dependencies for the class. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.