Search for add

  1. Search 7.x for add
  2. Search 9.5.x for add
  3. Search 8.9.x for add
  4. Search 10.3.x for add
  5. Other projects
Title Object type File name Summary
DisplayTest::testAddDisplayBlockTranslation function core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Test if 'add' translations are filtered from multilingual display options.
DocParser::addNamespace function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the default namespaces.
DriverSpecificSchemaTestBase::assertFieldAdditionRemoval function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Asserts that a given field can be added and removed from a table.
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyAddition function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests adding an invalid field specification as a primary key.
DriverSpecificSchemaTestBase::testSchemaAddFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests adding columns to an existing table with default and initial value.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackAddedWithoutTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests that adding a post-transaction callback fails with no transaction.
DrupalKernel::addServiceFiles function core/lib/Drupal/Core/DrupalKernel.php Add service files.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
DrupalListener::addSkippedTest function core/tests/Drupal/Tests/Listeners/DrupalListener.php
DrupalTestBrowser::addPostFields function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds form parameters to the $multipart array.
DrupalTestBrowser::addPostFiles function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds files to the $multipart array.
DummyExternalReadOnlyWrapper::dir_readdir function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Read entry from directory handle.
EditorAddLazyLoadImageFilterUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests adding editor_image_lazy_load filter to editor_file_reference.
EditorAddLazyLoadImageFilterUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php
EditorAddLazyLoadImageFilterUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php The theme to install as the default for testing.
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Set database dump files to be used.
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests upgrading filter settings.
EditorAdminTest::addEditorToNewFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Adds an editor to a new format using the UI.
EditorAdminTest::testAddEditorToExistingFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests adding a text editor to an existing text format.
EditorAdminTest::testAddEditorToNewFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests adding a text editor to a new text format.
EditorConfigTranslationSubscriber::addConfigNames function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Reacts to the populating of a configuration mapper.
entity-add-list.html.twig file core/modules/system/templates/entity-add-list.html.twig Default theme implementation to present a list of available bundles.
entity-add-list.html.twig file core/themes/stable9/templates/content-edit/entity-add-list.html.twig Theme override to present a list of available bundles.
entity-add-list.html.twig file core/themes/claro/templates/entity-add-list.html.twig Theme override to present a list of available bundles.
EntityAddUITest class core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the /add and /add/{type} controllers.
EntityAddUITest.php file core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
EntityAddUITest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php The theme to install as the default for testing.
EntityAddUITest::$modules property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Modules to install.
EntityAddUITest::testAddPageWithBundleEntities function core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the add page for an entity type using bundle entities.
EntityAddUITest::testAddPageWithoutBundleEntities function core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the add page for an entity type not using bundle entities.
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntity function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional (non-standard) cache contexts for the tested entity.
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntityListing function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional cache tags for the tested entity's listing by type.
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntity function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional (non-standard) cache tags for the tested entity.
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntityListing function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional cache tags for the tested entity's listing by type.
EntityConstraintViolationList::add function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityController::addBundleTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic add title callback for entities with bundles.
EntityController::addPage function core/lib/Drupal/Core/Entity/Controller/EntityController.php Displays add links for the available bundles.
EntityController::addTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic add title callback for an entity type.
EntityDefinitionTestTrait::addBaseField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a new base field to the 'entity_test_update' entity type.
EntityDefinitionTestTrait::addBaseFieldIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a single-field index to the base field.
EntityDefinitionTestTrait::addBundleField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a new bundle field to the 'entity_test_update' entity type.
EntityDefinitionTestTrait::addEntityIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds an index to the 'entity_test_update' entity type's base table.
EntityDefinitionTestTrait::addLongNameBaseField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a long-named base field to the 'entity_test_update' entity type.
EntityDefinitionTestTrait::addRevisionableBaseField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a new revisionable base field to the 'entity_test_update' entity type.
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests installing an additional base field while installing an entity type.
EntityDisplayModeAddForm class core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php Provides the add form for entity display modes.
EntityDisplayModeAddForm.php file core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php
EntityDisplayModeAddForm::buildForm function core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php Form constructor.
EntityDisplayModeAddForm::prepareEntity function core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php Prepares the entity object before the form is built first.
EntityDisplayModeAddForm::validateForm function core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php Form validation handler.

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