Search for add

  1. Search 7.x for add
  2. Search 8.9.x for add
  3. Search 10.3.x for add
  4. Search 11.x for add
  5. Other projects
Title Object type File name Summary
AddStyleSheetCommand::$editorId property core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php The CKEditor instance ID.
AddStyleSheetCommand::$styleSheets property core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php The style sheet URLs to add to the CKEditor instance.
AddStyleSheetCommand::addStyleSheet function core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php Adds a style sheet to the CKEditor instance.
AddStyleSheetCommand::render function core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php Return an array to be run through json_encode and sent to the client.
AddStyleSheetCommand::__construct function core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php AddStyleSheetCommand constructor.
addTourLegacyConfig.php file core/modules/tour/tests/fixtures/addTourLegacyConfig.php Adds deprecated tour config for testing updates.
AdminHtmlRouteProvider::getAddFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the add-form route.
AdminHtmlRouteProvider::getAddPageRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the add page route.
AggregatorController::feedAdd function core/modules/aggregator/src/Controller/AggregatorController.php Presents the aggregator feed creation form.
AjaxBlockTest::testAddAjaxBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Tests configuring a field block for a user field.
AjaxCommandsTest::testAddCssCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AddCssCommand
AjaxCssForm::addCssIframe function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Handles the AJAX request to add CSS to the iframe editor.
AjaxCssForm::addCssInline function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Handles the AJAX request to add CSS to the inline editor.
AjaxCssTest::testCkeditorAjaxAddCss function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Tests adding style sheets dynamically to CKEditor.
AjaxResponse::addCommand function core/lib/Drupal/Core/Ajax/AjaxResponse.php Add an AJAX command to the response.
ajax_forms_test_advanced_commands_add_css_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'add_css'.
AliasRepository::addLanguageFallback function core/modules/path_alias/src/AliasRepository.php Adds path alias language fallback conditions to a select query object.
AlterableInterface::addMetaData function core/lib/Drupal/Core/Database/Query/AlterableInterface.php Adds additional metadata to the query.
AlterableInterface::addTag function core/lib/Drupal/Core/Database/Query/AlterableInterface.php Adds a tag to a query.
ArchiverInterface::add function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Adds the specified file or directory to the archive.
AttachedAssetsTest::testAddExternalFiles function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding external CSS and JavaScript files.
AttachedAssetsTest::testAddFiles function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding a CSS and a JavaScript file.
AttachedAssetsTest::testAddJsFileWithQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript files that have query strings attached get added right.
AttachedAssetsTest::testAddJsSettings function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding JavaScript settings.
AttachmentsInterface::addAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Adds attachments.
AttachmentsTrait::addAttachments function core/lib/Drupal/Core/Render/AttachmentsTrait.php
Attribute::addClass function core/lib/Drupal/Core/Template/Attribute.php Adds classes or merges them on to array of existing CSS classes.
AttributeTest::testAdd function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding new values to an existing part of the attribute.
AttributeTest::testAddClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding class attributes with the AttributeArray helper method.
@covers ::addClass
AttributeTest::testChainAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the Attribute helper methods.
@covers ::removeClass
@covers ::addClass
AttributeTest::testTwigAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the twig calls to the Attribute.
@dataProvider providerTestAttributeClassHelpers
AuditResult::addReason function core/modules/migrate/src/Audit/AuditResult.php Adds a reason why the migration passed or failed the audit.
AuthenticationCollector::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Adds a provider to the array of registered providers.
AuthenticationCollectorInterface::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Adds a provider to the array of registered providers.
BaseFieldDefinition::addPropertyConstraints function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Adds constraints for a given field item property.
BatchBuilder::addOperation function core/lib/Drupal/Core/Batch/BatchBuilder.php Adds a batch operation.
BatchBuilderTest::testAddingLibraries function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setting and adding libraries.
BatchBuilderTest::testAddOperation function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests addOperation().
block-content-add-list.html.twig file core/modules/block_content/templates/block-content-add-list.html.twig Default theme implementation to present a list of custom block types.
block-content-add-list.html.twig file core/themes/stable9/templates/admin/block-content-add-list.html.twig Theme override to present a list of custom block types.
block-content-add-list.html.twig file core/themes/seven/templates/block-content-add-list.html.twig Seven's theme implementation to display a list of custom block types.
block-content-add-list.html.twig file core/themes/claro/templates/block-content-add-list.html.twig Claro's theme implementation to display a list of custom block types.
block-content-add-list.html.twig file core/themes/stable/templates/admin/block-content-add-list.html.twig Theme override to present a list of custom block types.
BlockAddController class core/modules/block/src/Controller/BlockAddController.php Controller for building the block instance add form.
BlockAddController.php file core/modules/block/src/Controller/BlockAddController.php
BlockAddController::blockAddConfigureForm function core/modules/block/src/Controller/BlockAddController.php Build the block instance add form.
BlockAddTest class core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php Tests the JS functionality in the block add form.
BlockAddTest.php file core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php
BlockAddTest::$defaultTheme property core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php The theme to install as the default for testing.
BlockAddTest::$modules property core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php Modules to enable.

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