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