Search for append

  1. Search 7.x for append
  2. Search 9.5.x for append
  3. Search 8.9.x for append
  4. Search 10.3.x for append
  5. Other projects
Title Object type File name Summary
AjaxCommandsTest::testAppendCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AppendCommand
ajax_forms_test_advanced_commands_append_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'.
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# 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/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/profile-with-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# 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/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-to-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# 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/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-settings/assets/append-to-settings.txt include __DIR__ . "/settings-custom-additions.php";
AppendCommand class core/lib/Drupal/Core/Ajax/AppendCommand.php An AJAX command for calling the jQuery append() method.
AppendCommand.php file core/lib/Drupal/Core/Ajax/AppendCommand.php
AppendCommand::render function core/lib/Drupal/Core/Ajax/AppendCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AppendOp class composer/Plugin/Scaffold/Operations/AppendOp.php Scaffold operation to add to the beginning and/or end of a scaffold file.
AppendOp.php file composer/Plugin/Scaffold/Operations/AppendOp.php
AppendOp::$append property composer/Plugin/Scaffold/Operations/AppendOp.php Path to the source file to append, if any.
AppendOp::$default property composer/Plugin/Scaffold/Operations/AppendOp.php Path to the default data to use when appending to an empty file.
AppendOp::$forceAppend property composer/Plugin/Scaffold/Operations/AppendOp.php An indicator of whether we are allowed to append to a non-scaffolded file.
AppendOp::$managed property composer/Plugin/Scaffold/Operations/AppendOp.php An indicator of whether the file we are appending to is managed or not.
AppendOp::$originalContents property composer/Plugin/Scaffold/Operations/AppendOp.php The contents from the file that we are prepending / appending to.
AppendOp::$prepend property composer/Plugin/Scaffold/Operations/AppendOp.php Path to the source file to prepend, if any.
AppendOp::existingFileHasData function composer/Plugin/Scaffold/Operations/AppendOp.php Check to see if the append/prepend data has already been applied.
AppendOp::generateContents function composer/Plugin/Scaffold/Operations/AppendOp.php Load the scaffold contents or otherwise generate what is needed.
AppendOp::ID constant composer/Plugin/Scaffold/Operations/AppendOp.php Identifies Append operations.
AppendOp::process function composer/Plugin/Scaffold/Operations/AppendOp.php Process this scaffold operation.
AppendOp::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/AppendOp.php Determines what to do if operation is used without a previous operation.
AppendOp::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/AppendOp.php Determines what to do if operation is used at same path as a previous op.
AppendOp::__construct function composer/Plugin/Scaffold/Operations/AppendOp.php Constructs an AppendOp.
AppendOpTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php @coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp
AppendOpTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php
AppendOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php @covers ::process
BackendChain::appendBackend function core/lib/Drupal/Core/Cache/BackendChain.php Appends a cache backend to the cache chain.
ComputedItemListTrait::appendItem function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ConfigTest::append function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Appends to protected property.
Fixtures::appendOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates an AppendOp fixture.
ItemList::appendItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Appends a new item to the list.
ListInterface::appendItem function core/lib/Drupal/Core/TypedData/ListInterface.php Appends a new item to the list.
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests appending to an unmanaged file, and confirm it is not .gitignored.
ModerationStateFieldItemListTest::testEmptyStateAndAppend function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the item list when it is emptied and appended to.
OperationData::APPEND constant composer/Plugin/Scaffold/Operations/OperationData.php
OperationData::append function composer/Plugin/Scaffold/Operations/OperationData.php Gets append path.
OperationData::forceAppend function composer/Plugin/Scaffold/Operations/OperationData.php Determines whether 'force-append' has been set.
OperationData::FORCE_APPEND constant composer/Plugin/Scaffold/Operations/OperationData.php
OperationData::hasAppend function composer/Plugin/Scaffold/Operations/OperationData.php Checks if append path exists.
OperationFactory::createAppendOp function composer/Plugin/Scaffold/Operations/OperationFactory.php Creates an 'append' (or 'prepend') scaffold op.
ScaffoldTest::scaffoldAppendTestValues function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Provides test values for testDrupalDrupalFileWasAppended.
ScaffoldTest::scaffoldAppendTestValuesToPermute function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests values to run both with $is_link FALSE and $is_link TRUE.
ScaffoldTest::testDrupalDrupalFileWasAppended function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests a fixture where the robots.txt file is prepended / appended to.
Section::appendComponent function core/modules/layout_builder/src/Section.php Appends a component to the end of a region.
SectionListInterface::appendSection function core/modules/layout_builder/src/SectionListInterface.php Appends a new section to the end of the list.
SectionListTestBase::testAppendSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::appendSection
SectionListTrait::appendSection function core/modules/layout_builder/src/SectionListTrait.php
SectionStorageBase::appendSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Appends a new section to the end of the list.
SectionTest::testAppendComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::appendComponent
@covers ::getNextHighestWeight
@covers ::getComponentsByRegion

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.