YamlSymfony::getFileExtension

public static YamlSymfony::getFileExtension() Gets the file extension for this serialization format. Return value string The file extension, without leading dot. Overrides SerializationInterface::getFileExtension File core/lib/Drupal/Component/Serialization/YamlSymfony.php, line 46 Class YamlSymfony Default serialization for YAML using the Symfony component. Namespace Drupal\Component\Serialization Code public static function getFileExtension() { return 'yml'; }

EntityFieldManagerInterface

Provides an interface for an entity field manager. Hierarchy interface \Drupal\Core\Entity\EntityFieldManagerInterface File core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php, line 8 Namespace Drupal\Core\Entity Members Name Modifiers Type Description EntityFieldManagerInterface::clearCachedFieldDefinitions public function Clears static and persistent field definition caches. EntityFieldManagerInterface::getBaseFieldDefinitions public function Gets the b

YamlPecl::applyBooleanCallbacks

public static YamlPecl::applyBooleanCallbacks($value, $tag, $flags) Applies callbacks after parsing to ignore 1.1 style booleans. Parameters mixed $value: Value from YAML file. string $tag: Tag that triggered the callback. int $flags: Scalar entity style flags. Return value string|bool FALSE, false, TRUE and true are returned as booleans, everything else is returned as a string. File core/lib/Drupal/Component/Serialization/YamlPecl.php, line 87 Class YamlPecl Provides default serializati

ViewsArgumentDefault::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsArgumentDefault.php, line 48 Class ViewsArgumentDefault Defines a Plugin annotation object for views argument default plugins. Namespace Drupal\views\Annotation Code public $no_ui;

DefaultTableMapping::getAllColumns

public DefaultTableMapping::getAllColumns($table_name) Gets a list of all database columns for a given table. Parameters string $table_name: The name of the table to return the columns for. Return value string[] An array of database column names for this table. Both field columns and extra columns are returned. Overrides TableMappingInterface::getAllColumns File core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php, line 102 Class DefaultTableMapping Defines a default table mapping cla

ViewExecutable::$footer

Stores the area handlers for the footer which are initialized on this view. Type: \Drupal\views\Plugin\views\area\AreaPluginBase[] File core/modules/views/src/ViewExecutable.php, line 304 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $footer;

SearchPageFormBase::buildForm

public SearchPageFormBase::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides EntityForm::buildForm File core/modules/search/src/Form/SearchPageFormBase.php, line 78 Class SearchPageFormBase Provides a base form for search pages. Namespace Drupal\search\

AssetCollectionOptimizerInterface

Interface defining a service that optimizes a collection of assets. Hierarchy interface \Drupal\Core\Asset\AssetCollectionOptimizerInterface File core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php, line 8 Namespace Drupal\Core\Asset Members Name Modifiers Type Description AssetCollectionOptimizerInterface::deleteAll public function Deletes all optimized asset collections assets. AssetCollectionOptimizerInterface::getAll public function Returns all o

RefinableCacheableDependencyTrait

Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface. Hierarchy trait \Drupal\Core\Cache\RefinableCacheableDependencyTrait File core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php, line 8 Namespace Drupal\Core\Cache Members Name Modifiers Type Description RefinableCacheableDependencyTrait::$cacheContexts protected property Cache contexts. RefinableCacheableDependencyTrait::$cacheMaxAge protected property Cache max-age. RefinableCachea

LOCALE_TRANSLATION_SOURCE_COMPARE_EQ

Comparison result of source files timestamps. Timestamp of source 1 is equal to the timestamp of source 2. See also _locale_translation_source_compare() File core/modules/locale/locale.translation.inc, line 24 Common API for interface translation. Code const LOCALE_TRANSLATION_SOURCE_COMPARE_EQ = 0;