NullMatcherDumper::$routes

The routes to be dumped. Type: \Symfony\Component\Routing\RouteCollection File core/lib/Drupal/Core/Routing/NullMatcherDumper.php, line 17 Class NullMatcherDumper Does not dump Route information. Namespace Drupal\Core\Routing Code protected $routes;

Editor::getEditor

public Editor::getEditor() Returns the associated text editor plugin ID. Return value string The text editor plugin ID. Overrides EditorInterface::getEditor File core/modules/editor/src/Entity/Editor.php, line 144 Class Editor Defines the configured text editor entity. Namespace Drupal\editor\Entity Code public function getEditor() { return $this->editor; }

field_ui_form_node_type_form_alter

field_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) Implements hook_form_FORM_ID_alter(). Adds a button 'Save and manage fields' to the 'Create content type' form. See also node_type_form() field_ui_form_node_type_form_submit() File core/modules/field_ui/field_ui.module, line 125 Allows administrators to attach custom fields to fieldable types. Code function field_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) { // We want to display the

ViewsFormMainForm

Hierarchy class \Drupal\views\Form\ViewsFormMainForm implements FormInterface File core/modules/views/src/Form/ViewsFormMainForm.php, line 9 Namespace Drupal\views\Form Members Name Modifiers Type Description ViewsFormMainForm::buildForm public function Form constructor. Overrides FormInterface::buildForm ViewsFormMainForm::getFormId public function Returns a unique string identifying the form. Overrides FormInterface::getFormId ViewsFormMainForm::submitForm

DynamicPageCacheSubscriber::$dynamicPageCacheRedirectRenderArray

Dynamic Page Cache's redirect render array. Type: array File core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php, line 75 Class DynamicPageCacheSubscriber Returns cached responses as early and avoiding as much work as possible. Namespace Drupal\dynamic_page_cache\EventSubscriber Code protected $dynamicPageCacheRedirectRenderArray = [ '#cache' => [ 'keys' => ['response'], 'contexts' => [ 'route', // Some routes' controllers r

DateTimePlus::FORMAT

File core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 30 Class DateTimePlus Wraps DateTime(). Namespace Drupal\Component\Datetime Code const FORMAT = 'Y-m-d H:i:s';

UserInterface::setUsername

public UserInterface::setUsername($username) Sets the username of this account. Parameters string $username: The new user name. Return value \Drupal\user\UserInterface The called user entity. File core/modules/user/src/UserInterface.php, line 52 Class UserInterface Provides an interface defining a user entity. Namespace Drupal\user Code public function setUsername($username);

BlockListBuilder::submitForm

public BlockListBuilder::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/block/src/BlockListBuilder.php, line 357 Class BlockListBuilder Defines a class to build a listing of block entities. Namespace Drupal\block Code public functio

InvalidLookupKeyException

Exception thrown when a config entity uses an invalid lookup key. Hierarchy class \Drupal\Core\Config\Entity\Query\InvalidLookupKeyException extends \LogicException File core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php, line 8 Namespace Drupal\Core\Config\Entity\Query Members

EntityTypeInterface::getGroupLabel

public EntityTypeInterface::getGroupLabel() Gets the human-readable name of the entity type group. Return value string File core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 690 Class EntityTypeInterface Provides an interface for an entity type and its metadata. Namespace Drupal\Core\Entity Code public function getGroupLabel();