EntityDisplayModeAddForm::validateForm

public EntityDisplayModeAddForm::validateForm(array &$form, FormStateInterface $form_state) Form validation 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 FormBase::validateForm File core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php, line 36 Class EntityDisplayModeAddForm Provides the add form for entity display modes. Namespace Drupal\fi

MatchingRouteNotFoundException

No matching route was found. Hierarchy class \Symfony\Component\Routing\Exception\ResourceNotFoundException extends \RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface class \Drupal\Core\Routing\MatchingRouteNotFoundException File core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php, line 10 Namespace Drupal\Core\Routing Members

Analyzer::$moduleHandler

A module handler that invokes the 'views_analyze' hook. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/views/src/Analyzer.php, line 22 Class Analyzer This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself… Namespace Drupal\views Code protected $moduleHandler;

StorageBase::get

public StorageBase::get($key, $default = NULL) Returns the stored value for a given key. Parameters string $key: The key of the data to retrieve. mixed $default: The default value to use if the key is not found. Return value mixed The stored value, or the default value if no value exists. Overrides KeyValueStoreInterface::get File core/lib/Drupal/Core/KeyValueStore/StorageBase.php, line 34 Class StorageBase Provides a base class for key/value storage implementations. Namespace Drupal\

NullStorageExpirable::$data

The actual storage of key-value pairs. Type: array File core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php, line 15 Class NullStorageExpirable Defines a null key/value store implementation. Namespace Drupal\Core\KeyValueStore Code protected $data = array();

EntityResolverManager::setParametersFromReflection

protected EntityResolverManager::setParametersFromReflection($controller, Route $route) Sets the upcasting information using reflection. Parameters string|array $controller: A PHP callable representing the controller. \Symfony\Component\Routing\Route $route: The route object to populate without upcasting information. Return value bool Returns TRUE if the upcasting parameters could be set, FALSE otherwise. File core/lib/Drupal/Core/Entity/EntityResolverManager.php, line 115 Class EntityRes

ConfigEntityInterface::trustData

public ConfigEntityInterface::trustData() Sets that the data should be trusted. If the data is trusted then dependencies will not be calculated on save and schema will not be used to cast the values. Generally this is only used during module and theme installation. Once the config entity has been saved the data will no longer be marked as trusted. This is an optimization for creation of configuration during installation. Return value $this See also \Drupal\Core\Config\ConfigInstaller::createC

BackendChain::invalidate

public BackendChain::invalidate($cid) Marks a cache item as invalid. Invalid items may be returned in later calls to get(), if the $allow_invalid argument is TRUE. Parameters string $cid: The cache ID to invalidate. Overrides CacheBackendInterface::invalidate See also \Drupal\Core\Cache\CacheBackendInterface::delete() \Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple() \Drupal\Core\Cache\CacheBackendInterface::invalidateAll() File core/lib/Drupal/Core/Cache/BackendChain.php, line 1

UpdateManagerUpdate::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/update/src/Form/UpdateManagerUpdate.php, line 22 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal\update\Form Code protected $moduleHandler;

LanguageNegotiator::purgeConfiguration

LanguageNegotiator::purgeConfiguration() Resave the configuration to purge missing negotiation methods. Overrides LanguageNegotiatorInterface::purgeConfiguration File core/modules/language/src/LanguageNegotiator.php, line 277 Class LanguageNegotiator Class responsible for performing language negotiation. Namespace Drupal\language Code function purgeConfiguration() { // Ensure that we are getting the defined language negotiation information. // An invocation of \Drupal\Core\Extensio