Search for append
- Search 7.x for append
- Search 9.5.x for append
- Search 8.9.x for append
- Search 10.3.x for append
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AjaxCommandsTest::testAppendCommand | function | core/ |
@covers \Drupal\Core\Ajax\AppendCommand |
ajax_forms_test_advanced_commands_append_callback | function | core/ |
Ajax form callback: Selects 'append'. |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append… |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in profile-with-append composer.json… |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append… |
append-to-settings.txt | file | core/ |
include __DIR__ . "/settings-custom-additions.php"; |
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 |
AppendOpTest.php | file | core/ |
|
AppendOpTest::testProcess | function | core/ |
@covers ::process |
BackendChain::appendBackend | function | core/ |
Appends a cache backend to the cache chain. |
ComputedItemListTrait::appendItem | function | core/ |
|
ConfigTest::append | function | core/ |
Appends to protected property. |
Fixtures::appendOp | function | core/ |
Creates an AppendOp fixture. |
InstalledPackagesList::append | function | core/ |
|
ItemList::appendItem | function | core/ |
Appends a new item to the list. |
ListInterface::appendItem | function | core/ |
Appends a new item to the list. |
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged | function | core/ |
Tests appending to an unmanaged file, and confirm it is not .gitignored. |
ModerationStateFieldItemListTest::testEmptyStateAndAppend | function | core/ |
Tests the item list when it is emptied and appended to. |
OperationData::append | function | composer/ |
Gets append path. |
OperationData::APPEND | constant | composer/ |
|
OperationData::forceAppend | function | composer/ |
Determines whether 'force-append' has been set. |
OperationData::FORCE_APPEND | constant | composer/ |
|
OperationData::hasAppend | function | composer/ |
Checks if append path exists. |
OperationFactory::createAppendOp | function | composer/ |
Creates an 'append' (or 'prepend') scaffold op. |
ScaffoldTest::scaffoldAppendTestValues | function | core/ |
Provides test values for testDrupalDrupalFileWasAppended. |
ScaffoldTest::scaffoldAppendTestValuesToPermute | function | core/ |
Tests values to run both with $is_link FALSE and $is_link TRUE. |
ScaffoldTest::testDrupalDrupalFileWasAppended | function | core/ |
Tests a fixture where the robots.txt file is prepended / appended to. |
Section::appendComponent | function | core/ |
Appends a component to the end of a region. |
SectionListInterface::appendSection | function | core/ |
Appends a new section to the end of the list. |
SectionListTestBase::testAppendSection | function | core/ |
@covers ::appendSection |
SectionListTrait::appendSection | function | core/ |
|
SectionStorageBase::appendSection | function | core/ |
Appends a new section to the end of the list. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.