Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BlockContentWizardTest class core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php Tests block_content wizard and generic entity integration.
BlockContentWizardTest.php file core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
BlockContentWizardTest::$defaultTheme property core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
BlockContentWizardTest::$modules property core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
BlockContentWizardTest::setUp function core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
BlockContentWizardTest::testViewAddBlockContent function core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php Tests creating a 'block_content' entity view.
BlockContentXmlAnonTest class core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php @group rest
BlockContentXmlAnonTest.php file core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php
BlockContentXmlAnonTest::$defaultTheme property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php
BlockContentXmlAnonTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php
BlockContentXmlAnonTest::$mimeType property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php
BlockContentXmlBasicAuthTest class core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php @group rest
BlockContentXmlBasicAuthTest.php file core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
BlockContentXmlBasicAuthTest::$auth property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
BlockContentXmlBasicAuthTest::$defaultTheme property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
BlockContentXmlBasicAuthTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
BlockContentXmlBasicAuthTest::$mimeType property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
BlockContentXmlBasicAuthTest::$modules property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
BlockContentXmlCookieTest class core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php @group rest
BlockContentXmlCookieTest.php file core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
BlockContentXmlCookieTest::$auth property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
BlockContentXmlCookieTest::$defaultTheme property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
BlockContentXmlCookieTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
BlockContentXmlCookieTest::$mimeType property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
BlockContextualLinksTest class core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Tests the contextual links added while rendering the block.
BlockContextualLinksTest.php file core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
BlockContextualLinksTest::$blockId property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Block id of the block.
BlockContextualLinksTest::$defaultTheme property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
BlockContextualLinksTest::$modules property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
BlockContextualLinksTest::setUp function core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
BlockContextualLinksTest::testBlockContextualRemoveLinks function core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Test to ensure that remove contextual link is present in the block.
BlockController::getVisibleRegionNames function core/modules/block/src/Controller/BlockController.php Returns the human-readable list of regions keyed by machine name.
BlockController::__construct function core/modules/block/src/Controller/BlockController.php Constructs a new BlockController instance.
BlockCustom class core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Drupal 7 custom 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
BlockCustom::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
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
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 custom 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
BlockCustomTranslation::getIds function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
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
BlockCustomTranslation::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php

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