DateFormatFormBase::__construct

public DateFormatFormBase::__construct(DateFormatterInterface $date_formatter, ConfigEntityStorageInterface $date_format_storage) Constructs a new date format form. Parameters \Drupal\Core\Datetime\DateFormatterInterface $date_formatter: The date service. \Drupal\Core\Config\Entity\ConfigEntityStorageInterface $date_format_storage: The date format storage. File core/modules/system/src/Form/DateFormatFormBase.php, line 40 Class DateFormatFormBase Provides a base form for date formats. Na

BatchStorage::TABLE_NAME

The table name. File core/lib/Drupal/Core/Batch/BatchStorage.php, line 15 Class BatchStorage Namespace Drupal\Core\Batch Code const TABLE_NAME = 'batch';

ConfigNamesMapper::getConfigNames

public ConfigNamesMapper::getConfigNames() Returns an array of configuration names for the mapper. Return value array An array of configuration names for the mapper. Overrides ConfigMapperInterface::getConfigNames File core/modules/config_translation/src/ConfigNamesMapper.php, line 348 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code public function getConfigNames() { return $this->pluginDefinition['names']; }

EntityTypeInfo::entityBundleFieldInfoAlter

public EntityTypeInfo::entityBundleFieldInfoAlter(&$fields, EntityTypeInterface $entity_type, $bundle) Adds ModerationState constraint to bundles whose entities are moderated. Parameters \Drupal\Core\Field\FieldDefinitionInterface[] $fields: The array of bundle field definitions. \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. string $bundle: The bundle. See also hook_entity_bundle_field_info_alter(); File core/modules/content_moderation/src/EntityTypeInf

ConfigTranslationBlockListBuilder::getFilterLabels

public ConfigTranslationBlockListBuilder::getFilterLabels() Provides user facing strings for the filter element. Return value array Overrides ConfigTranslationEntityListBuilder::getFilterLabels File core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php, line 45 Class ConfigTranslationBlockListBuilder Defines the config translation list builder for blocks. Namespace Drupal\config_translation\Controller Code public function getFilterLabels() { $info = pa

DbLogController::create

public static DbLogController::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The service

ConfigEntityDependency::hasDependency

public ConfigEntityDependency::hasDependency($type, $name) Determines if the entity is dependent on extensions or entities. Parameters string $type: The type of dependency being checked. Either 'module', 'theme', 'config' or 'content'. string $name: The specific name to check. If $type equals 'module' or 'theme' then it should be a module name or theme name. In the case of entity it should be the full configuration object name. Return value bool File core/lib/Drupal/Core/Config/Entity/ConfigE

EntityRevisionConverter::convert

public EntityRevisionConverter::convert($value, $definition, $name, array $defaults) Converts path variables to their corresponding objects. Parameters mixed $value: The raw value. mixed $definition: The parameter definition provided in the route options. string $name: The name of the parameter. array $defaults: The route defaults array. Return value mixed|null The converted parameter value. Overrides EntityConverter::convert File core/modules/content_moderation/src/ParamConverter/EntityRevis

DataDefinition::isComputed

public DataDefinition::isComputed() Determines whether the data value is computed. For example, data could be computed depending on some other values. Return value bool Whether the data value is computed. Overrides DataDefinitionInterface::isComputed File core/lib/Drupal/Core/TypedData/DataDefinition.php, line 146 Class DataDefinition A typed data definition class for defining data based on defined data types. Namespace Drupal\Core\TypedData Code public function isComputed() { retur

TermStorageInterface::loadChildren

public TermStorageInterface::loadChildren($tid, $vid = NULL) Finds all children of a term ID. Parameters int $tid: Term ID to retrieve parents for. string $vid: An optional vocabulary ID to restrict the child search. Return value \Drupal\taxonomy\TermInterface[] An array of term objects that are the children of the term $tid. File core/modules/taxonomy/src/TermStorageInterface.php, line 62 Class TermStorageInterface Defines an interface for taxonomy_term entity storage classes. Namespa