HalServiceProvider::alter

public HalServiceProvider::alter(ContainerBuilder $container) Modifies existing service definitions. Parameters ContainerBuilder $container: The ContainerBuilder whose service definitions can be altered. Overrides ServiceModifierInterface::alter File core/modules/hal/src/HalServiceProvider.php, line 16 Class HalServiceProvider Adds hal+json as known format. Namespace Drupal\hal Code public function alter(ContainerBuilder $container) { if ($container->has('http_middleware.negotiat

QuickEditFieldForm::__construct

public QuickEditFieldForm::__construct(PrivateTempStoreFactory $temp_store_factory, ModuleHandlerInterface $module_handler, EntityStorageInterface $node_type_storage, ValidatorInterface $validator) Constructs a new EditFieldForm. Parameters \Drupal\user\PrivateTempStoreFactory $temp_store_factory: The tempstore factory. \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Entity\EntityStorageInterface $node_type_storage: The node type storage. \Symfon

FilterDisableForm::getDescription

public FilterDisableForm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides EntityConfirmFormBase::getDescription File core/modules/filter/src/Form/FilterDisableForm.php, line 38 Class FilterDisableForm Provides the filter format disable form. Namespace Drupal\filter\Form Code public function getDescription() { return $this->t('Disabled text formats are completely removed from the administrative interface, an

Query::$sqlFields

An array of fields keyed by the field alias. Each entry correlates to the arguments of \Drupal\Core\Database\Query\SelectInterface::addField(), so the first one is the table alias, the second one the field and the last one optional the field alias. Type: array File core/lib/Drupal/Core/Entity/Query/Sql/Query.php, line 34 Class Query The SQL storage entity query class. Namespace Drupal\Core\Entity\Query\Sql Code protected $sqlFields = array();

RedirectDestinationTrait::getRedirectDestination

protected RedirectDestinationTrait::getRedirectDestination() Returns the redirect destination service. Return value \Drupal\Core\Routing\RedirectDestinationInterface The redirect destination helper. File core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php, line 45 Class RedirectDestinationTrait Wrapper methods for the Redirect Destination. Namespace Drupal\Core\Routing Code protected function getRedirectDestination() { if (!isset($this->redirectDestination)) { $this->

ConfigNameException

Exception thrown when a config object name is invalid. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\ConfigNameException File core/lib/Drupal/Core/Config/ConfigNameException.php, line 8 Namespace Drupal\Core\Config Members

TermStorage::$treeTerms

Array of terms in a tree keyed by vocabulary ID and term ID. Type: array File core/modules/taxonomy/src/TermStorage.php, line 53 Class TermStorage Defines a Controller class for taxonomy terms. Namespace Drupal\taxonomy Code protected $treeTerms = array();

FieldItemInterface::__unset

public FieldItemInterface::__unset($property_name) Magic method: Unsets a property. Parameters $property_name: The name of the property to get; e.g., 'title' or 'name'. File core/lib/Drupal/Core/Field/FieldItemInterface.php, line 160 Class FieldItemInterface Interface for entity field items. Namespace Drupal\Core\Field Code public function __unset($property_name);

Translation::get

public Translation::get() Gets the value of an annotation. Overrides AnnotationInterface::get File core/lib/Drupal/Core/Annotation/Translation.php, line 90 Class Translation Defines a translatable annotation object. Namespace Drupal\Core\Annotation Code public function get() { return $this->translation; }

FilterDisableForm::getQuestion

public FilterDisableForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/modules/filter/src/Form/FilterDisableForm.php, line 17 Class FilterDisableForm Provides the filter format disable form. Namespace Drupal\filter\Form Code public function getQuestion() { return $this->t('Are you sure you want to disable the text format %format?', array('%