Search for __get

  1. Search 7.x for __get
  2. Search 9.5.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
BlockPlaceEventSubscriber::getSubscribedEvents function core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.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.
BlockTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/BlockTest.php Return the expected error message.
BlockTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/BlockTest.php Returns the JSON:API POST document.
BlockTranslation::getIds function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Defines the source fields uniquely identifying a source row.
BlockTranslation::getIds function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Defines the source fields uniquely identifying a source row.
BlockViewBuilderTest::getBlockRenderArray function core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php Get a fully built render array for a block.
Book::getEntityTypeId function core/modules/book/src/Plugin/migrate/destination/Book.php Finds the entity type from configuration or plugin ID.
Book::getIds function core/modules/book/src/Plugin/migrate/source/Book.php Defines the source fields uniquely identifying a source row.
BookAdminEditForm::getFormId function core/modules/book/src/Form/BookAdminEditForm.php Returns a unique string identifying the form.
BookLocalTasksTest::getBookAdminRoutes function core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php Provides a list of routes to test.
BookLocalTasksTest::getBookNodeRoutes function core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php Provides a list of routes to test.
BookManager::bookTreeGetFlat function core/modules/book/src/BookManager.php Gets the book for a page and returns it as a linear array.
BookManager::getActiveTrailIds function core/modules/book/src/BookManager.php Gets the active trail IDs for the specified book at the provided path.
BookManager::getAllBooks function core/modules/book/src/BookManager.php Returns an array of all books.
BookManager::getBookParents function core/modules/book/src/BookManager.php
BookManager::getLinkDefaults function core/modules/book/src/BookManager.php Returns an array with default values for a book page's menu link.
BookManager::getParentDepthLimit function core/modules/book/src/BookManager.php Finds the depth limit for items in the parent select.
BookManager::getTableOfContents function core/modules/book/src/BookManager.php Returns an array of book pages in table of contents order.
BookManagerInterface::bookTreeGetFlat function core/modules/book/src/BookManagerInterface.php Gets the book for a page and returns it as a linear array.
BookManagerInterface::getActiveTrailIds function core/modules/book/src/BookManagerInterface.php Gets the active trail IDs for the specified book at the provided path.
BookManagerInterface::getAllBooks function core/modules/book/src/BookManagerInterface.php Returns an array of all books.
BookManagerInterface::getBookParents function core/modules/book/src/BookManagerInterface.php
BookManagerInterface::getLinkDefaults function core/modules/book/src/BookManagerInterface.php Returns an array with default values for a book page's menu link.
BookManagerInterface::getParentDepthLimit function core/modules/book/src/BookManagerInterface.php Finds the depth limit for items in the parent select.
BookManagerInterface::getTableOfContents function core/modules/book/src/BookManagerInterface.php Returns an array of book pages in table of contents order.
BookManagerTest::providerTestGetBookParents function core/modules/book/tests/src/Unit/BookManagerTest.php Provides test data for testGetBookParents.
BookManagerTest::testGetBookParents function core/modules/book/tests/src/Unit/BookManagerTest.php Tests the getBookParents() method.
BookNavigationBlock::getCacheContexts function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheMaxAge function core/modules/book/src/Plugin/Block/BookNavigationBlock.php @todo Make cacheable in https://www.drupal.org/node/2483181

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