Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
BlockContentBlock::$urlGenerator property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The URL generator.
BlockContentController::$blockContentStorage property core/modules/block_content/src/Controller/BlockContentController.php The content block storage.
BlockContentController::$blockContentTypeStorage property core/modules/block_content/src/Controller/BlockContentController.php The content block type storage.
BlockContentDeriverTest::$blockContentStorage property core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php The block content storage.
BlockContentEntityChangedConstraintValidator class core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php Validates the BlockContentEntityChanged constraint.
BlockContentEntityChangedConstraintValidator.php file core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
BlockContentEntityChangedConstraintValidator::validate function core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
BlockContentRevisionVersionHistoryTest class core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php Block content version history test.
BlockContentRevisionVersionHistoryTest.php file core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php
BlockContentRevisionVersionHistoryTest::$defaultTheme property core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php The theme to install as the default for testing.
BlockContentRevisionVersionHistoryTest::$permissions property core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php Permissions to grant admin user.
BlockContentRevisionVersionHistoryTest::setUp function core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php Sets the test up.
BlockContentRevisionVersionHistoryTest::testVersionHistory function core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php Tests version history page.
BlockContentStorageSchema class core/modules/block_content/src/BlockContentStorageSchema.php Defines the block content schema handler.
BlockContentStorageSchema.php file core/modules/block_content/src/BlockContentStorageSchema.php
BlockContentStorageSchema::getSharedTableFieldSchema function core/modules/block_content/src/BlockContentStorageSchema.php Gets the schema for a single field definition.
BlockContentTest::$newRevisionsShouldBeAutomatic property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php Whether new revisions of updated entities should be created by default.
BlockContentTest::testOperationLinks function core/modules/block_content/tests/src/Kernel/BlockContentTest.php Tests the editing links for BlockContentBlock.
BlockContentTestBase::$autoCreateBasicBlockType property core/modules/block_content/tests/src/Functional/BlockContentTestBase.php Whether or not to auto-create the basic block type during setup.
BlockContentTranslationUITest::getTranslatorPermissions function core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php Returns an array of permissions needed for the translator.
BlockContentTypeForm::copyFormValuesToEntity function core/modules/block_content/src/BlockContentTypeForm.php Copies top-level form values to entity properties.
BlockContentTypeListBuilder::getDefaultOperations function core/modules/block_content/src/BlockContentTypeListBuilder.php Gets this list's default operations.
BlockContentTypeTest::$autoCreateBasicBlockType property core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Whether or not to create an initial block type.
BlockContentUpdateTest::testConvertBlockContentTypeRevisionFlagToBoolean function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests converting block types' `revision` flag to boolean.
BlockContentUpdateTest::testCustomBlockLibraryPathOverridden function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests the block_content view isn't updated if the path has been modified.
BlockContentUpdateTest::testMoveCustomBlockLibraryToContent function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests moving the content block library to Content.
BlockCustom class core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Drupal 7 content block source from database.
BlockCustom.php file core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
BlockCustom::fields function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Returns available fields on the source.
BlockCustom::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Defines the source fields uniquely identifying a source row.
BlockCustom::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
BlockCustomTest class core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php Tests d7_block_custom source plugin.
BlockCustomTest.php file core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php
BlockCustomTest::$modules property core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php Modules to install.
BlockCustomTest::providerSource function core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php
BlockCustomTranslation class core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Drupal 7 i18n content block translations source from database.
BlockCustomTranslation.php file core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
BlockCustomTranslation::CUSTOM_BLOCK_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Drupal 7 table names.
BlockCustomTranslation::fields function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Returns available fields on the source.
BlockCustomTranslation::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Defines the source fields uniquely identifying a source row.
BlockCustomTranslation::I18N_STRING_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
BlockCustomTranslation::prepareRow function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Adds additional data to the row.
BlockCustomTranslation::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
BlockCustomTranslationTest class core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php Tests i18n content block translations source plugin.
BlockCustomTranslationTest.php file core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php
BlockCustomTranslationTest::$modules property core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php Modules to install.
BlockCustomTranslationTest::providerSource function core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php
BlockForm::$contextRepository property core/modules/block/src/BlockForm.php The context repository service.
BlockForm::$pluginFormFactory property core/modules/block/src/BlockForm.php The plugin form manager.
BlockForm::$storage property core/modules/block/src/BlockForm.php The block storage.

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