Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| AppendCommand | class | core/ |
An AJAX command for calling the jQuery append() method. |
| AppendCommand.php | file | core/ |
|
| AppendCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| AppendOp | class | composer/ |
Scaffold operation to add to the beginning and/or end of a scaffold file. |
| AppendOp.php | file | composer/ |
|
| AppendOp::$append | property | composer/ |
Path to the source file to append, if any. |
| AppendOp::$default | property | composer/ |
Path to the default data to use when appending to an empty file. |
| AppendOp::$forceAppend | property | composer/ |
An indicator of whether we are allowed to append to a non-scaffolded file. |
| 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/ |
@coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp[[api-linebreak]] |
| AppendOpTest.php | file | core/ |
|
| AppendOpTest::testProcess | function | core/ |
@covers ::process[[api-linebreak]] |
| 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. |
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.