FieldConfigListBuilder::__construct

public FieldConfigListBuilder::__construct(EntityTypeInterface $entity_type, EntityManagerInterface $entity_manager, FieldTypePluginManagerInterface $field_type_manager) Constructs a new class instance. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_manager: The field type manager Overrides EntityListBuilder

BlockAccessControlHandler

Defines the access control handler for the block entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\block\BlockAccessControlHandler implements EntityHandlerInterface uses ConditionAccessResolverTrait See also \Drupal\block\Entity\Block File core/modules/block/src/BlockAccessControlHandler.php, line 26 N

FilterFormat::getHtmlRestrictions

public FilterFormat::getHtmlRestrictions() Retrieve all HTML restrictions (tags and attributes) for the text format. Note that restrictions applied to the "*" tag (the wildcard tag, i.e. all tags) are treated just like any other HTML tag. That means that any restrictions applied to it are not automatically applied to all other tags. It is up to the caller to handle this in whatever way it sees fit; this way no information granularity is lost. Return value array|false A structured array as retu

EntityRepository::getTranslationFromContext

public EntityRepository::getTranslationFromContext(EntityInterface $entity, $langcode = NULL, $context = array()) Gets the entity translation to be used in the given context. This will check whether a translation for the desired language is available and if not, it will fall back to the most appropriate translation based on the provided context. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity whose translation will be returned. string $langcode: (optional) The language of th

FieldStorageConfigEditForm::form

public FieldStorageConfigEditForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides EntityForm::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php, line 60 Class FieldStorageConfigEditForm Provides a form for the "field storage" edit page. Namespace Drupal\field_ui\Form Code public function form(array $form, FormSta

MemoryBackend::__construct

public MemoryBackend::__construct($bin) Constructs a MemoryBackend object. Parameters string $bin: The cache bin for which the object is created. File core/lib/Drupal/Core/Cache/MemoryBackend.php, line 28 Class MemoryBackend Defines a memory cache implementation. Namespace Drupal\Core\Cache Code public function __construct($bin) { }

SessionManager::isCli

protected SessionManager::isCli() Returns whether the current PHP process runs on CLI. Command line clients do not support cookies nor sessions. Return value bool File core/lib/Drupal/Core/Session/SessionManager.php, line 282 Class SessionManager Manages user sessions. Namespace Drupal\Core\Session Code protected function isCli() { return PHP_SAPI === 'cli'; }

ChainedFastBackend::__construct

public ChainedFastBackend::__construct(CacheBackendInterface $consistent_backend, CacheBackendInterface $fast_backend, $bin) Constructs a ChainedFastBackend object. Parameters \Drupal\Core\Cache\CacheBackendInterface $consistent_backend: The consistent cache backend. \Drupal\Core\Cache\CacheBackendInterface $fast_backend: The fast cache backend. string $bin: The cache bin for which the object is created. File core/lib/Drupal/Core/Cache/ChainedFastBackend.php, line 91 Class ChainedFastBacke

UnchangingCacheableDependencyTrait

Trait to implement CacheableDependencyInterface for unchanging objects. Hierarchy trait \Drupal\Core\Cache\UnchangingCacheableDependencyTrait See also \Drupal\Core\Cache\CacheableDependencyInterface File core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php, line 10 Namespace Drupal\Core\Cache Members Name Modifiers Type Description UnchangingCacheableDependencyTrait::getCacheContexts public function The cache contexts associated with this object. Overrides

DRUPAL_REQUIRED

Required option on forms and settings File core/modules/system/system.module, line 59 Configuration system that lets administrators modify the workings of the site. Code const DRUPAL_REQUIRED = 2;