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 11.x for __get
  5. Other projects
Title Object type File name Summary
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Gets all configurable CKEditor 5 plugin definitions that are enabled.
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
Endpoint::getFormats function core/modules/media/src/OEmbed/Endpoint.php Returns list of supported formats.
Endpoint::getProvider function core/modules/media/src/OEmbed/Endpoint.php Returns the provider this endpoint belongs to.
Endpoint::getSchemes function core/modules/media/src/OEmbed/Endpoint.php Returns list of URL schemes supported by the provider.
Endpoint::getUrl function core/modules/media/src/OEmbed/Endpoint.php Returns the endpoint URL.
EnforcedFormResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php
EnforcedResponse::getResponse function core/lib/Drupal/Core/Form/EnforcedResponse.php Returns the wrapped response.
EnforcedResponseException::getResponse function core/lib/Drupal/Core/Form/EnforcedResponseException.php Return the response to be enforced.
Entity::getBundle function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Gets the bundle for the row taking into account the default.
Entity::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/Entity.php Returns a context definition for this argument.
Entity::getEntity function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Creates or loads an entity.
Entity::getEntityId function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Gets the entity ID of the row.
Entity::getKey function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Returns a specific entity key.
EntityAccessChecker::getAccessCheckedResourceObject function core/modules/jsonapi/src/Access/EntityAccessChecker.php Get the object to normalize and the access based on the provided entity.
EntityAccessControlHandler::getCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Tries to retrieve a previously cached access value from the static cache.
EntityAccessDeniedHttpException::getError function core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php Returns the error.
EntityAccessDeniedHttpExceptionNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php
EntityActionDeriverBase::getApplicableEntityTypes function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets a list of applicable entity types.
EntityActionDeriverBase::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets the definition of all derivatives of a base plugin.
EntityAdapter::get function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Gets a property object.
EntityAdapter::getEntity function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Returns the wrapped entity object.
EntityAdapter::getIterator function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
EntityAdapter::getProperties function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Gets an array of property objects.
EntityAdapter::getString function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Returns a string representation of the data.
EntityAdapter::getValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Gets the data value.
EntityAdapterUnitTest::testGet function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get
EntityAdapterUnitTest::testGetConstraints function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getConstraints
EntityAdapterUnitTest::testGetDataDefinition function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getDataDefinition
EntityAdapterUnitTest::testGetEntity function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getEntity
EntityAdapterUnitTest::testGetInvalidField function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get
EntityAdapterUnitTest::testGetIterator function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getIterator
EntityAdapterUnitTest::testGetName function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getName
EntityAdapterUnitTest::testGetParent function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getParent
EntityAdapterUnitTest::testGetProperties function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getProperties
EntityAdapterUnitTest::testGetPropertyPath function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getPropertyPath
EntityAdapterUnitTest::testGetRoot function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getRoot
EntityAdapterUnitTest::testGetString function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getString
EntityAdapterUnitTest::testGetValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getValue
EntityAdapterUnitTest::testGetWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get
EntityArgument::__get function core/modules/views/src/Plugin/views/argument/EntityArgument.php Allows to access deprecated/removed properties.
EntityAutocomplete::getEntityLabels function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Converts an array of entity objects into a string of entity labels.
EntityAutocomplete::getInfo function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Returns the element properties for this element.
EntityAutocompleteElementFormTest::getAutocompleteInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns an entity label in format needed by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns a unique string identifying the form.
EntityAutocompleteMatcher::getMatches function core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php
EntityAutocompleteMatcherInterface::getMatches function core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php Gets matched labels based on a given search string.
EntityAutocompleteTest::getAutocompleteResult function core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Returns the result of an Entity reference autocomplete request.
EntityBase::getCacheContexts function core/lib/Drupal/Core/Entity/EntityBase.php The cache contexts associated with this object.
EntityBase::getCacheMaxAge function core/lib/Drupal/Core/Entity/EntityBase.php The maximum age for which this object may be cached.

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