Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
BlockForm::getPluginForm function core/modules/block/src/BlockForm.php Retrieves the plugin form for a given block and operation.
BlockForm::getUniqueMachineName function core/modules/block/src/BlockForm.php Generates a unique machine name for a block.
BlockFormTest::getBlockMockWithMachineName function core/modules/block/tests/src/Unit/BlockFormTest.php Mocks a block with a block plugin.
BlockFormTest::testGetUniqueMachineName function core/modules/block/tests/src/Unit/BlockFormTest.php Tests the unique machine name generator.
BlockInterface::getPlugin function core/modules/block/src/BlockInterface.php Returns the plugin instance.
BlockInterface::getPluginId function core/modules/block/src/BlockInterface.php Returns the plugin ID.
BlockInterface::getRegion function core/modules/block/src/BlockInterface.php Returns the region this block is placed in.
BlockInterface::getTheme function core/modules/block/src/BlockInterface.php Returns the theme ID.
BlockInterface::getVisibility function core/modules/block/src/BlockInterface.php Returns an array of visibility condition configurations.
BlockInterface::getVisibilityCondition function core/modules/block/src/BlockInterface.php Gets a visibility condition plugin instance.
BlockInterface::getVisibilityConditions function core/modules/block/src/BlockInterface.php Gets conditions for this block.
BlockInterface::getWeight function core/modules/block/src/BlockInterface.php Returns the weight of this block (used for sorting).
BlockLanguageTest class core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests per-language block configuration.
BlockLanguageTest.php file core/modules/block/tests/src/Functional/BlockLanguageTest.php
BlockLanguageTest::$adminUser property core/modules/block/tests/src/Functional/BlockLanguageTest.php An administrative user to configure the test environment.
BlockLanguageTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockLanguageTest.php The theme to install as the default for testing.
BlockLanguageTest::$modules property core/modules/block/tests/src/Functional/BlockLanguageTest.php Modules to install.
BlockLanguageTest::setUp function core/modules/block/tests/src/Functional/BlockLanguageTest.php
BlockLanguageTest::testLanguageBlockVisibility function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests if the visibility settings are removed if the language is deleted.
BlockLanguageTest::testMultipleLanguageTypes function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests block language visibility with different language types.
BlockListBuilder::getDefaultOperations function core/modules/block/src/BlockListBuilder.php Gets this list's default operations.
BlockListBuilder::getEntityIds function core/modules/block/src/BlockListBuilder.php Loads entity IDs using a pager sorted by the entity id.
BlockListBuilder::getFormId function core/modules/block/src/BlockListBuilder.php Returns a unique string identifying the form.
BlockListBuilder::getThemeName function core/modules/block/src/BlockListBuilder.php Gets the name of the theme used for this block listing.
BlockManager::getFallbackPluginId function core/lib/Drupal/Core/Block/BlockManager.php Gets a fallback id for a missing plugin.
BlockManager::getSortedDefinitions function core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::getType function core/lib/Drupal/Core/Block/BlockManager.php A string identifying the plugin type.
BlockPageDisplayVariantSubscriber::getSubscribedEvents function core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php
BlockPluginCollection::get function core/modules/block/src/BlockPluginCollection.php
BlockPluginInterface::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginInterface.php Suggests a machine name to identify an instance of this block.
BlockPluginTrait::getConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getPreviewFallbackString function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockRepository::getVisibleBlocksPerRegion function core/modules/block/src/BlockRepository.php Returns an array of regions and their block entities.
BlockRepositoryInterface::getVisibleBlocksPerRegion function core/modules/block/src/BlockRepositoryInterface.php Returns an array of regions and their block entities.
BlockRepositoryTest::testGetVisibleBlocksPerRegion function core/modules/block/tests/src/Unit/BlockRepositoryTest.php Tests the retrieval of block entities.
BlockRepositoryTest::testGetVisibleBlocksPerRegionWithContext function core/modules/block/tests/src/Unit/BlockRepositoryTest.php Tests the retrieval of block entities that are context-aware.
BlockResourceTestBase::getExpectedCacheContexts function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
BlockResourceTestBase::getExpectedCacheTags function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php The expected cache tags for the GET/HEAD response of the test entity.
BlockResourceTestBase::getExpectedNormalizedEntity function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php Returns the expected normalization of the entity.
BlockResourceTestBase::getExpectedUnauthorizedAccessCacheability function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php @todo Fix this in https://www.drupal.org/node/2820315.
BlockResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php Return the expected error message.
BlockResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php The cacheability of unauthorized 'view' entity access.
BlockResourceTestBase::getNormalizedPostEntity function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php Returns the normalized POST entity.
BlockTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/BlockTest.php The expected cache contexts for the GET/HEAD response of the test entity.
BlockTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/BlockTest.php The expected cache tags for the GET/HEAD response of the test entity.
BlockTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/BlockTest.php Computes the cacheability for a given entity collection.
BlockTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/BlockTest.php Returns the expected JSON:API document for the entity.
BlockTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/BlockTest.php Returns the expected cacheability for an unauthorized response.

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