Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
BinaryData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the primitive data value casted to the correct PHP type.
BinaryData::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Returns a string representation of the data.
BinaryData::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the data value.
Block::getIds function core/modules/block/src/Plugin/migrate/source/Block.php Defines the source fields uniquely identifying a source row.
Block::getPlugin function core/modules/block/src/Entity/Block.php Returns the plugin instance.
Block::getPluginCollection function core/modules/block/src/Entity/Block.php Encapsulates the creation of the block's LazyPluginCollection.
Block::getPluginCollections function core/modules/block/src/Entity/Block.php
Block::getPluginId function core/modules/block/src/Entity/Block.php Returns the plugin ID.
Block::getRegion function core/modules/block/src/Entity/Block.php Returns the region this block is placed in.
Block::getTheme function core/modules/block/src/Entity/Block.php Returns the theme ID.
Block::getVisibility function core/modules/block/src/Entity/Block.php Returns an array of visibility condition configurations.
Block::getVisibilityCondition function core/modules/block/src/Entity/Block.php Gets a visibility condition plugin instance.
Block::getVisibilityConditions function core/modules/block/src/Entity/Block.php Gets conditions for this block.
Block::getWeight function core/modules/block/src/Entity/Block.php Returns the weight of this block (used for sorting).
BlockBaseTest::providerTestGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Provides data for testGetMachineNameSuggestion().
BlockBaseTest::testGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Tests the machine name suggestion.
BlockComponentRenderArray::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
BlockContent::getDerivativeDefinitions function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Gets the definition of all derivatives of a base plugin.
BlockContent::getFilters function core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Gets the filters property.
BlockContent::getInstances function core/modules/block_content/src/Entity/BlockContent.php Gets the configured instances of this content block.
BlockContent::getTheme function core/modules/block_content/src/Entity/BlockContent.php Gets the theme value.
BlockContentAddLocalAction::getOptions function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Returns options for rendering a link for the local action.
BlockContentBlock::getEntity function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Loads the block content entity of the block.
BlockContentCacheTagsTest::getAccessCacheContextsForEntity function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
BlockContentCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Each comment must have a comment body, which always has a text format.
BlockContentController::getAddFormTitle function core/modules/block_content/src/Controller/BlockContentController.php Provides the page title for this controller.
BlockContentCreationTest::getBlockByLabel function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Load a block based on the label.
BlockContentDeleteForm::getDescription function core/modules/block_content/src/Form/BlockContentDeleteForm.php Returns additional text to display as a description.
BlockContentDeriverTest::testGetDerivativeDefinitionsAdminLabels function core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php Tests the admin labels of derivative definitions.
BlockContentEvents::BLOCK_CONTENT_GET_DEPENDENCY constant core/modules/block_content/src/BlockContentEvents.php Name of the event when getting the dependency of a non-reusable block.
BlockContentGetDependencyEvent class core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Block content event to allow setting an access dependency.
BlockContentGetDependencyEvent.php file core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php
BlockContentGetDependencyEvent::$accessDependency property core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php The dependency.
BlockContentGetDependencyEvent::$blockContent property core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php The block content entity.
BlockContentGetDependencyEvent::getAccessDependency function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Gets the access dependency.
BlockContentGetDependencyEvent::getBlockContentEntity function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Gets the block content entity.
BlockContentGetDependencyEvent::setAccessDependency function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Sets the access dependency.
BlockContentGetDependencyEvent::__construct function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php BlockContentGetDependencyEvent constructor.
BlockContentInterface::getInstances function core/modules/block_content/src/BlockContentInterface.php Gets the configured instances of this content block.
BlockContentInterface::getTheme function core/modules/block_content/src/BlockContentInterface.php Gets the theme value.
BlockContentListBuilder::getEntityIds function core/modules/block_content/src/BlockContentListBuilder.php Loads entity IDs using a pager sorted by the entity id.
BlockContentLocalTasksTest::getBlockContentListingRoutes function core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php Provides a list of routes to test.
BlockContentRemoveConstraint::getFieldInfoConstraints function core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveConstraint.php Get constraints for info field.
BlockContentResourceTestBase::getExpectedCacheContexts function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
BlockContentResourceTestBase::getExpectedCacheTags function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The expected cache tags for the GET/HEAD response of the test entity.
BlockContentResourceTestBase::getExpectedNormalizedEntity function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php Returns the expected normalization of the entity.
BlockContentResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php Return the expected error message.
BlockContentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The cacheability of unauthorized 'view' entity access.
BlockContentResourceTestBase::getNormalizedPostEntity function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php Returns the normalized POST entity.
BlockContentStorageSchema::getSharedTableFieldSchema function core/modules/block_content/src/BlockContentStorageSchema.php Gets the schema for a single field definition.

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