23 calls to EntityBase::id() in Drupal 8
- Block::getPluginCollection in core/
modules/ block/ src/ Entity/ Block.php - Encapsulates the creation of the block's LazyPluginCollection.
- ConfigEntityBase::getConfigDependencyName in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration dependency name.
- ConfigEntityBase::getConfigTarget in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration target identifier for the entity.
- ConfigEntityBase::preSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Acts on an entity before the presave hook is invoked.
- ConfigEntityBase::toArray in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets an array of all property values.
- ConfigEntityBase::__construct in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Constructs an Entity object.
- ConfigEntityBundleBase::postSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigEntityBundleBase::preSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Acts on an entity before the presave hook is invoked.
- ConfigTest::postSave in core/
modules/ config/ tests/ config_test/ src/ Entity/ ConfigTest.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigurableLanguage::getId in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Gets the ID (language code).
- ConfigurableLanguage::isDefault in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Returns whether this language is the default language.
- ConfigurableLanguage::postSave in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Acts on a saved entity before the insert or update hook is invoked.
- EntityBase::getCacheTagsToInvalidate in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Returns the cache tags that should be used to invalidate caches.
- EntityBase::isNew in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Determines whether the entity is new.
- EntityBase::preSave in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Acts on an entity before the presave hook is invoked.
- EntityBase::toUrl in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Gets the URL object for the entity.
- EntityBase::url in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Gets the public URL for this entity.
- EntityBase::urlRouteParameters in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Gets an array of placeholders for this entity.
- SearchPage::getPluginCollection in core/
modules/ search/ src/ Entity/ SearchPage.php - Encapsulates the creation of the search page's LazyPluginCollection.
- SearchPage::isDefaultSearch in core/
modules/ search/ src/ Entity/ SearchPage.php - Determines if this search page entity is currently the default search.
- ShortcutSet::getShortcuts in core/
modules/ shortcut/ src/ Entity/ ShortcutSet.php - Returns all the shortcuts from a shortcut set sorted correctly.
- ShortcutSet::postSave in core/
modules/ shortcut/ src/ Entity/ ShortcutSet.php - Acts on a saved entity before the insert or update hook is invoked.
- View::label in core/
modules/ views/ src/ Entity/ View.php - Gets the label of the entity.